Vespertine Posted April 9, 2021 Share Posted April 9, 2021 Site URL: https://vespertine.uk/ https://vespertine.uk/ Hi there, I've linked my website above. Could anyone please write me a code injection I can add to the Header so that rather than having these two hyperlink symbols next to the Instagram symbol. Can they instead display the respective social link logos for TikTok and Giphy (matching the style of the instagram logo). I was hoping SquareSpace would update this but it appears they have not. I really appreciate whoever is able to help. Thanks so much! Sam Beyondspace 1 Link to comment
Beyondspace Posted April 13, 2021 Share Posted April 13, 2021 On 4/9/2021 at 8:13 PM, Vespertine said: Site URL: https://vespertine.uk/ https://vespertine.uk/ Hi there, I've linked my website above. Could anyone please write me a code injection I can add to the Header so that rather than having these two hyperlink symbols next to the Instagram symbol. Can they instead display the respective social link logos for TikTok and Giphy (matching the style of the instagram logo). I was hoping SquareSpace would update this but it appears they have not. I really appreciate whoever is able to help. Thanks so much! Sam try .SocialLinks-inner a[href*="tiktok"] svg, .SocialLinks-inner a[href*="giphy"] svg{ display: none; } .SocialLinks-inner a[href*="giphy"]:after { content: ''; background-image: url('https://cdn.iconscout.com/icon/free/png-256/giphy-3215407-2673825.png'); width: 25px; height: 25px; background-size: cover; left: 50%; top: 50%; transform: translate(-50%, -50%); position: absolute; filter: invert(); } .SocialLinks-inner a[href*="tiktok"]:after { content: ''; background-image: url('https://cdn.iconscout.com/icon/free/png-256/tiktok-2270636-1891163.png'); width: 25px; height: 25px; background-size: cover; left: 50%; top: 50%; transform: translate(-50%, -50%); position: absolute; filter: invert(); } 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 pluginIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment