dudemon Posted April 24, 2014 Share Posted April 24, 2014 Hi *, how can I change facebook, twitter, pinterest, etc icons in the "follow us" in the footer? I would like to use much more coloured icons, rather than grey ones. Ciao and thanks, dudemon Link to comment Share on other sites More sharing options...
dioniz Posted April 24, 2014 Share Posted April 24, 2014 If you want to change just color, you can do it in global.css .footer-container #footer #social_block ul li a { color: #908F8F; display: inline-block; font-size: 28px; } Change color to desired. Link to comment Share on other sites More sharing options...
dudemon Posted April 24, 2014 Author Share Posted April 24, 2014 Is not possible to change the icon itself, rather than only the colour? Link to comment Share on other sites More sharing options...
dioniz Posted April 24, 2014 Share Posted April 24, 2014 It is possible You can do it in css so you put background to class in previous post or you can edit yourtheme/modules/blocksocial/blocksocial.tpl. <li class="facebook"> <a target="_blank" href="{$facebook_url|escape:html:'UTF-8'}"> <img src="path_to_your_facebook_image/facbook.jpg" /> <span>{l s='Facebook' mod='blocksocial'}</span> </a> </li> 1 Link to comment Share on other sites More sharing options...
Recommended Posts