MieB Posted September 7, 2020 Posted September 7, 2020 Site URL: https://www.atelierbymintstudio.dk/ Hi, i would like to remove the underline from my links, but only in the footer. Anyone who has a code for this?
IXStudio Posted September 7, 2020 Posted September 7, 2020 Hi, Welcome to SQSP world! Use this code in Design -> Custom CSS .Footer-blocks .sqs-block-content a { text-decoration: none; border: 0 !important; } Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD
Guest Posted December 15, 2020 Posted December 15, 2020 Hi, I'm having the same problem with the footer. I'm not a programmer but have changed some simple code in the past. Do I just pop the code in the window as shown below and save it? Thanks in advance.
tuanphan Posted December 21, 2020 Posted December 21, 2020 On 12/15/2020 at 11:29 PM, captainswife said: Hi, I'm having the same problem with the footer. I'm not a programmer but have changed some simple code in the past. Do I just pop the code in the window as shown below and save it? Thanks in advance. Yes. Correct. Paste & save. 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!)
Guest Posted April 4, 2021 Posted April 4, 2021 Hi, this code has stopped working. The underlines are back in the footer. Anyone got any ideas? (7.0) Also, I want to reduce the space between the lines of text in the footer. Can anyone help please?
creedon Posted April 5, 2021 Posted April 5, 2021 @captainswife SS made some changes to the structure of underlined elements recently. Please post the URL for your site. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Guest Posted April 5, 2021 Posted April 5, 2021 Hi, thanks for your response. It's www.otterhamptonvillagehall.co.uk PW OttEr2020
tuanphan Posted April 5, 2021 Posted April 5, 2021 7 hours ago, captainswife said: Hi, thanks for your response. It's www.otterhamptonvillagehall.co.uk PW OttEr2020 Add to Design > Custom CSS /* remove footer links underline */ footer#footer a { border: none !important; } 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!)
Guest Posted April 6, 2021 Posted April 6, 2021 That's perfect. Thank you so much. Do you also know how to reduce the spacing between the items in the footer please?
tuanphan Posted April 12, 2021 Posted April 12, 2021 On 4/6/2021 at 6:45 PM, captainswife said: That's perfect. Thank you so much. Do you also know how to reduce the spacing between the items in the footer please? Add to Design > Custom CSS /* footer links spacing */ div#block-yui_3_17_2_1_1579617466878_3940 p { line-height: 20px; } 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!)
tuanphan Posted April 12, 2021 Posted April 12, 2021 On 4/5/2021 at 1:29 PM, captainswife said: Hi, thanks for your response. It's www.otterhamptonvillagehall.co.uk PW OttEr2020 Also, I see the site has some problems. Site URL: https://www.otterhamptonvillagehall.co.uk/ 1. (Mobile-Footer) Align center all elements? 2. (Mobile-Our History) Add “category” text next to plus icon? 3. (Tablet-Our story) Move folder nav to top of page to make text more narrow? 4. (Mobile-News) Page looks long. Want to hide post excerpt on mobile only? 5. (Tablet) When clicking burger to open overlay, left white border appears in 2 seconds then disappear. 6. (Tablet-Harbour View) Add a space between Membership – right text? 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!)
piliffes Posted May 25, 2021 Posted May 25, 2021 Hi, I´m trying the code you provided but it doesnt work. Can you help please? Site: https://dblanch.es/joyeria Pass: Martina2013
tuanphan Posted May 26, 2021 Posted May 26, 2021 15 hours ago, piliffes said: Hi, I´m trying the code you provided but it doesnt work. Can you help please? Site: https://dblanch.es/joyeria Pass: Martina2013 Add to Design > Custom CSS /* remove footer links */ footer.sections a { text-decoration: none !important; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.