How to add Linkedin logo and link to footer in Studio Theme

I would like to add the Linkedin logo (and link to our company Linkedin page) on Studio theme in the footer.

Lots of other social networks are available to add in Studio Theme, but Linkedin is conspicuously lacking…

Can someone please help me?

Thank you kindly!

Hi there,

You can add the icon through custom coding, hardcoding it directly within the code would be the quickest way. The following would be the reference steps.

  1. Locate where the icons are present, probably within the ‘footer.liquid’ file

  2. Upload the linkedin icon

  3. Create the snippet and insert the image URL within it. Something similar to the below

[](https://linkedin/example)
  1. Add the snippet near the other icons

Let me know if that helped.

Cheers!

Gabriel