How can change the top-right small icons for image or text

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

Profile photo of chavan 100.00 $tone September 24, 2014
Public

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">&nbsp;</i>

For Globe icon

Code:

<i class="icon-globe">&nbsp;</i>

For User icon

Code:

<i class="icon-user">&nbsp;</i>

For cart Icon

Code:

<i class="icon-shopping-cart">&nbsp;</i>
#1

Please login or Register to Submit Answer

Written By

Comments