Clementine Design Studio

View Original

Add Custom Link Social Icons

If you add a Social Links block on Squarespace, you’re only able to add links universally. This means, if you have an “Our Teams” page for example, you can’t show different social links for each team member. You might want to use them to show the icons for LinkedIn, Twitter, Facebook, Instagram, Skype, etc.

To add them, put the code below into a Code Block, and drag them to where you want them on your website. You’ll notice that each <a> tag has a corresponding <i> tag inside of it. To change the link, replace the # with the URL. To change the icon, replace the name of the social media type after “fa-”. For example, “fa-twitter” will display the Twitter icon, and “fa-pinterest” will display the Pinterest icon. To figure out which word to put after “fa-”, you can look it up under the ‘Brand Icons’ section on the Font Awesome website.

See this content in the original post

Put the following in Setting -> Advanced -> Code Injection -> Header:

See this content in the original post

Put the following in Design -> Custom CSS:

See this content in the original post

Preview of the code above:

See this content in the original post

Customize:

  • To left-justify the icons, change “text-align: center” to “text-align: left”

  • To right-justify the icons, change “text-align: center” to “text-align: right”

  • To change the size of the icons, change the font-size under .social .fa

  • To change the color of the icons, change the color under .social .fa

  • To change the hover color, change the color under .social .fa:hover