Jump to content

How to add linkedin icon to social media?


Recommended Posts

Hello all, 

 

I want to know how to add linkedin icon beside the social media icons that comes with Prestashop?

 

I have attached an image to show exactly what I mean?

 

Also, is there a way to replace the current icons? For example, let's say I don't want to use rss, can I just replace the image with linkedin image?

 

I looked everywhere and I can't find the images

 

Thank you for your time.

post-776167-0-71700400-1397000341_thumb.png

Link to comment
Share on other sites

Hi dizain

 

You can add it manually by opening yourtheme/modules/blocksocial/blocksocial.tpl and add

<li class="linkedin">
    <a href="yoururl">
        <span>{l s='Linkedin' mod='blocksocial'}</span>
    </a>
</li>

For icon add this line to yourtheme/css/global.css

.footer-container #footer #social_block ul li.linkedin a:before {
    content: "\f0e1";
}
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...