Jump to content

Adding Social Icons Not Automatically Displayed by Squarespace

Recommended Posts

Site URL: https://www.andrewlcawley.com/

Hi!

I'm including some socials in my header, and there are two that aren't automatically displayed by Squarespace: Actors Access and Casting Networks. I'm trying to implement these icons, and I've been directed by the Squarespace support team that my best bet might be coding. I was wondering if anyone had any code to use to put our own social icons in, in place of hyperlinks. If it's too challenging to do this in the header, I'm also open to moving my links to another part of my website. For reference, this image is of another website that I'd love to match.

Screen Shot 2022-01-16 at 2.21.10 PM.png

Link to comment
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

2 hours ago, AndrewCawley said:

Site URL: https://www.andrewlcawley.com/

Hi!

I'm including some socials in my header, and there are two that aren't automatically displayed by Squarespace: Actors Access and Casting Networks. I'm trying to implement these icons, and I've been directed by the Squarespace support team that my best bet might be coding. I was wondering if anyone had any code to use to put our own social icons in, in place of hyperlinks. If it's too challenging to do this in the header, I'm also open to moving my links to another part of my website. For reference, this image is of another website that I'd love to match.

Screen Shot 2022-01-16 at 2.21.10 PM.png

Example for changing one icon

[href*="instagram"] svg{
  display: none;
}

[href*="instagram"] {
  background-image: url('https://api.iconify.design/ant-design/instagram-filled.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

You can change the url with your desire icon.

Hope that it makes sense

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.