blinux Posted October 29, 2014 Share Posted October 29, 2014 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 : Link to comment Share on other sites More sharing options...
dioniz Posted October 29, 2014 Share Posted October 29, 2014 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 1 Link to comment Share on other sites More sharing options...
blinux Posted October 30, 2014 Author Share Posted October 30, 2014 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 More sharing options...
dioniz Posted October 30, 2014 Share Posted October 30, 2014 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"> 1 Link to comment Share on other sites More sharing options...
blinux Posted October 30, 2014 Author Share Posted October 30, 2014 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 More sharing options...
dioniz Posted October 30, 2014 Share Posted October 30, 2014 You are welcome:) I'm marking thread as solved. Link to comment Share on other sites More sharing options...
Recommended Posts