sksk111 Posted February 22, 2022 Share Posted February 22, 2022 Site URL: https://www.invisiblefriendsofsolana.com The social icon's alignment in the header is messed up, are they not supposed to be side by side as default? I can't manage to change the image in the footer for the link either. Any help? css code for the logo in the header: //Discord logo .icon--fill:nth-of-type(2) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.png); background-size: 100%; background-repeat: no-repeat; } .header-menu-actions-action:nth-of-type(2) { svg { display:none; } background-image: url(discohttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pngrd.png); background-size: 100%; background-repeat: no-repeat; } Beyondspace 1 Link to comment
Beyondspace Posted February 22, 2022 Share Posted February 22, 2022 (edited) 16 minutes ago, sksk111 said: Site URL: https://www.invisiblefriendsofsolana.com The social icon's alignment in the header is messed up, are they not supposed to be side by side as default? I can't manage to change the image in the footer for the link either. Any help? css code for the logo in the header: //Discord logo .icon--fill:nth-of-type(2) { svg { display:none; } background-image: url(https://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.png); background-size: 100%; background-repeat: no-repeat; } .header-menu-actions-action:nth-of-type(2) { svg { display:none; } background-image: url(discohttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pnghttps://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.pngrd.png); background-size: 100%; background-repeat: no-repeat; } I check that it conflicts with the solution I gave in the old post Kindly update the new one in this post and let me know how it goes Edited February 22, 2022 by bangank36 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
sksk111 Posted February 22, 2022 Author Share Posted February 22, 2022 1 hour ago, bangank36 said: I check that it conflicts with the solution I gave in the old post Kindly update the new one in this post and let me know how it goes Thank you. I noticed it was the 'display: block' which was impacting it. Just struggling on changing the footer 'social link' image to the discord one now. Beyondspace 1 Link to comment
Beyondspace Posted February 22, 2022 Share Posted February 22, 2022 6 hours ago, sksk111 said: Thank you. I noticed it was the 'display: block' which was impacting it. Just struggling on changing the footer 'social link' image to the discord one now. Try the following one to change social icon for discord [href *="discord"] { background-image: url(https://static1.squarespace.com/static/620d1b923f98bd3b17c4e5e4/t/6214e9d1557793739d0354cc/1645537745675/discord.png); background-size: 100%; background-repeat: no-repeat; } [href *="discord"] svg { display: none; } Hope it can help coindor 1 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