AndrewCawley Posted January 16, 2022 Share Posted January 16, 2022 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. Link to comment
Beyondspace Posted January 16, 2022 Share Posted January 16, 2022 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. 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment