Jump to content

Change follow us icons in footer


Recommended Posts

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

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>
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...