Nabeel_D Posted January 14, 2021 Share Posted January 14, 2021 Site URL: https://www.shadedsavanna.com/ Hi, I am trying to remove underlines from my website's footer links. I have added this code below, however the links are still underlined. a:link { text-decoration: none !important;} I am using the Bryant Hill template. Any help on this would be greatly appreciated. Director at Shaded Savanna (Pty) Ltd Link to comment
Beyondspace Posted January 14, 2021 Share Posted January 14, 2021 1 hour ago, Nabeel_D said: Site URL: https://www.shadedsavanna.com/ Hi, I am trying to remove underlines from my website's footer links. I have added this code below, however the links are still underlined. a:link { text-decoration: none !important;} I am using the Bryant Hill template. Any help on this would be greatly appreciated. It was border bottom #footer .html-block a, #footer .html-block a:visited { border-bottom: none; } 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
Nabeel_D Posted January 18, 2021 Author Share Posted January 18, 2021 On 1/14/2021 at 10:56 AM, bangank36 said: It was border bottom #footer .html-block a, #footer .html-block a:visited { border-bottom: none; } Hi bangank36, I have added your CSS to the website and the bottom border has been removed. Thank you so much for your assistance, it is greatly appreciated. Director at Shaded Savanna (Pty) Ltd Link to comment
tuanphan Posted January 20, 2021 Share Posted January 20, 2021 @Nabeel_D The icons look huge on mobile. If you want to change to 2 icons/row, you can add this CSS /* increase your icons */ @media screen and (max-width:640px) { div#block-c8849a8bc713f8967b0c+.row>.span-3 { width: 50% !important; float: left !important; } div#block-c8849a8bc713f8967b0c+.row>.span-3:nth-child(2n+1) { clear: left; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Nabeel_D Posted January 21, 2021 Author Share Posted January 21, 2021 On 1/20/2021 at 10:46 AM, tuanphan said: @Nabeel_D The icons look huge on mobile. If you want to change to 2 icons/row, you can add this CSS /* increase your icons */ @media screen and (max-width:640px) { div#block-c8849a8bc713f8967b0c+.row>.span-3 { width: 50% !important; float: left !important; } div#block-c8849a8bc713f8967b0c+.row>.span-3:nth-child(2n+1) { clear: left; } } Hi @tuanphan I have implemented the CSS that you have provided. Thank you so much for this suggestion, it is much appreciated! Director at Shaded Savanna (Pty) Ltd Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.