Jump to content

[SOLVED] Add New Icon Contact Line On Footer


blinux

Recommended Posts

Hi everybody, 

 

Does anyone know how to add new icon on contact line? I copied the phone line on blockcontactinfos.tpl but I dont know how to change the icon. I couldn't find where the icon stored. 

 

Please see the attachment : 

 

 

 

 

 

post-859578-0-07145900-1414606441_thumb.png

Link to comment
Share on other sites

  On 10/29/2014 at 8:58 PM, dioniz said:

That's Font Awesome icon and you need to change code for that.

Change this code you copied:

<i class="icon-envelope-alt"></i>

to some other icon.

 

You can find icon codes here: http://fortawesome.github.io/Font-Awesome/3.2.1/icons/#new

 

Thanks Dioniz.. Now I know about that. 

 

But, can you give me clue what should I do if I want to add my own icon because I need to add some icon that doesn't listed in font-awesome. 

Link to comment
Share on other sites

  On 10/30/2014 at 12:55 PM, dioniz said:

 

What kind of icon you have?

 

If it's an image you can insert it like this:

<img src="path/to/the/image.png" alt="your alt text" style="width:20px;height:20px">

 

Got it!!! Thank you very very much Dioniz!  :)

Link to comment
Share on other sites

×
×
  • Create New...