How to edit About us information

1. Edit about.html

2. To edit the team members information, look for this code:

<div class=”o-team-person”>
<div class=”about-img”>
<img src=”img/team/1-th.jpg” /> /*change this link to the image source of the team member*/
</div>
<div class=”about-sDetails”>
<h3>Trisha Bradley</h3> /*name of the team member*/
<h4>Legal Adviser</h4> /*Job Description of the team member*/
<div class=”a-scl-icons”>
<a href=”#“><i class=”fa fa-facebook”></i></a> /*change the # to team member’s facebook account*/
<a href=”#“><i class=”fa fa-twitter”></i></a> /*change the # to team member’s twitter account*/
<a href=”#“><i class=”fa fa-google-plus”></i></a> /*change the # to team member’s google plus account*/
</div>
</div>
<div class=”about-openBtn”>
<i class=”fa fa-plus”></i>
</div>
<div class=”o-person-content”>/*team member’s content*/
<p><span class=”c-red”>Trisha Bradley</span> is dedicated to providing aggressive and experienced representation exclusively in DUI and other Traffic Charges. Mr. Doe is a believer that maintaining a highly focused law practice is critical to obtaining optimal results for his clients.</p>
<p>He understands that he cases he handles often times have far-reaching collateral consequences. If you have been charged with a DUI or a Traffic Charge anywhere in the state of Florida or if you need experienced representation contact Attorney Doe.</p>
<br/>
<h4>User rating</h4>
<div class=”a-ratings”>
<i class=”fa fa-star”></i>
<i class=”fa fa-star”></i>
<i class=”fa fa-star”></i>
<i class=”fa fa-star”></i>
<i class=”fa fa-star-half-empty”></i>
</div>
</div>
</div>

3. Don’t forget to save changes and upload the file in the server.

Note: To add another team member, just copy the code above and paste it before <div class=”o-team-person”> or after the 3 </div>s. Change the content to the newly added team member.

Watch the video here

Have more questions? Submit a request