Kate_B Posted August 30, 2021 Posted August 30, 2021 Hi, I was wondering if anyone knew the codes for removing text hyperlink lines on all image stack block titles on 7.1? I have used the following codes for all other hyperlink lines, but can't figure out how to remove the image stack block title hyperlinks? //Remove underlines from footer links// footer a { background-image: none !important; } Any help would be appreciated, thanks.
creedon Posted August 30, 2021 Posted August 30, 2021 Please post the URL for some example image stack block titles on 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.
Kate_B Posted August 31, 2021 Author Posted August 31, 2021 Hi Creedon, thanks for getting back to me. Yep, sure URL is: erinsummer.squarespace.com/services password: rainbow Screenshot attached for reference too.
creedon Posted August 31, 2021 Posted August 31, 2021 Add the following to Design > Custom CSS. /* remove image block title link underline */ .image-title-wrapper a { text-decoration-line : unset; } This is for a v7.1 site. This is a site-wide effect. If you want to restrict the effect to certain locations then different CSS would be needed. Let us know how it goes. 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.
Kate_B Posted August 31, 2021 Author Posted August 31, 2021 amazing, thats worked perfectly. thank you! 🙂
Recommended Posts
Archived
This topic is now archived and is closed to further replies.