anti_zine Posted September 15, 2020 Share Posted September 15, 2020 (edited) Site URL: http://www.anti-zine.com Hello, Just wondering if anyone has a CSS code to remove underline from links? I have the new version of Squarespace - version 7.1. Link: www.anti-zine.com PW: chedliyang89 Edited September 15, 2020 by anti_zine Link to comment
ChrisBartow Posted September 15, 2020 Share Posted September 15, 2020 Try adding this to your custom css: a { background:none !important; } creedon and paul2009 2 Creating websites using Squarespace at Design by Donuts 🍩 Link to comment
Tim_ICOSAMEDIA Posted September 17, 2020 Share Posted September 17, 2020 I'm having the same problem, and when I implemented the CSS it hid my buttons instead of the link underline.. Strange. Link to comment
creedon Posted September 18, 2020 Share Posted September 18, 2020 (edited) 8 hours ago, timb said: I'm having the same problem, and when I implemented the CSS it hid my buttons instead of the link underline.. Strange. Please give us the URL for your site. If you've not done so already please set up a site-wide password. Post the password here and then we can take a look at your issue. Edited September 18, 2020 by creedon Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
anti_zine Posted September 20, 2020 Author Share Posted September 20, 2020 Amazing! Thank you!! Link to comment
Tim_ICOSAMEDIA Posted September 21, 2020 Share Posted September 21, 2020 www.caplogistics.com , we are already live with the site so no need to setup password Link to comment
creedon Posted September 21, 2020 Share Posted September 21, 2020 On 9/17/2020 at 1:19 PM, timb said: when I implemented the CSS it hid my buttons instead of the link underline The reason it didn't work is that your site is a version 7 site and the original posters is v7.1. Add the following to Design > Custom CSS. h2 a, h3 a, .Index-page--has-image h2 a, .Index-page--has-image .sqs-block-html p a, .sqs-block-html p a { border-bottom: unset; } The above is for a v7 site using the Brine template. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
matt-polacheck Posted November 3, 2020 Share Posted November 3, 2020 I used the code for version 7.1 a { background:none !important; } and it worked to remove the underlines, but it also hid the button in the header. Is there a way to just remove the underlines and keep the button? Link to comment
creedon Posted November 4, 2020 Share Posted November 4, 2020 @matt-polacheck Please give us the URL for your site. If you've not done so already please set up a site-wide password. Post the password here and then we can take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
matt-polacheck Posted November 5, 2020 Share Posted November 5, 2020 Sorry - just seeing this. I figured out how to fix: .sqs-announcement-bar-close { display: none !important; } creedon 1 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