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. Beyondspace 1 Director at Shaded Savanna (Pty) Ltd Link to comment
Solution Beyondspace Posted January 14, 2021 Solution 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; } tuanphan and Nabeel_D 2 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
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. Beyondspace 1 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; } } Nabeel_D 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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! tuanphan 1 Director at Shaded Savanna (Pty) Ltd 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