Hello, i want to change a <div class="common-height clearfix"> in onepage.html and i had a problem.
For example:
<div class="row common-height grid-border clearfix">
<div class="col-md-4 col-sm-6 col-padding">
<div class="feature-box fbox-center fbox-dark fbox-plain fbox-small nobottomborder">
<div class="fbox-icon">
<a href="#"><i class="icon-et-mobile"></i></a>
</div>
<h3>Responsive Framework</h3>
</div>
</div>In that code icon-et-mobile have the icon image, but in folder 'images' i cant find it to replace the icon. How to do that? Where i should search that? Can anyone help me with that please?
