Hi,
How is the best way to change the top-right small icons for image or small words, because is confusing the clients.
Thanks in advance.
1 answer
you must change those in this file : app\design\frontend\default\jm_itechtemplate\page \html\header.phtml
find these code and replace it with your texts
For Search
Code:
<i class="icon-search"> </i>
For Globe icon
Code:
<i class="icon-globe"> </i>
For User icon
Code:
<i class="icon-user"> </i>
For cart Icon
Code:
<i class="icon-shopping-cart"> </i>