juliaprather Posted July 29, 2022 Share Posted July 29, 2022 Site URL: https://www.4101empedrado.com/services Anybody tell me how I can get the link underline to go away? I'm currently using all this css but the underline is still there and I'm stumped. Thank you! a { background-image: none !important; } .image-caption a { text-decoration: none; } .image-title a { text-decoration: none; } .image-subtitle a { text-decoration: none; } .sqs-block-html a { text-decoration: none !important; } body:not( .header--menu-open ) .header-nav-folder-item--active .header-nav-folder-item-content, /* desktop */ :is( [aria-current="page"], /* mobile */ [aria-current="true"] ) .header-menu-nav-item-content { background-image : unset; } Link to comment
Beyondspace Posted July 29, 2022 Share Posted July 29, 2022 34 minutes ago, juliaprather said: Site URL: https://www.4101empedrado.com/services Anybody tell me how I can get the link underline to go away? I'm currently using all this css but the underline is still there and I'm stumped. Thank you! a { background-image: none !important; } .image-caption a { text-decoration: none; } .image-title a { text-decoration: none; } .image-subtitle a { text-decoration: none; } .sqs-block-html a { text-decoration: none !important; } body:not( .header--menu-open ) .header-nav-folder-item--active .header-nav-folder-item-content, /* desktop */ :is( [aria-current="page"], /* mobile */ [aria-current="true"] ) .header-menu-nav-item-content { background-image : unset; } I check that it is fine at the moment. Have you figured it out? 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) 🚀 Learn how to rank new pages on Google in 48 hours! 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
juliaprather Posted July 30, 2022 Author Share Posted July 30, 2022 15 hours ago, bangank36 said: I check that it is fine at the moment. Have you figured it out? The problem did not get resolved. It looks better now because I changed from an inline image block to a poster. I just added a new sample. The first image shows the link underline I'm talking about: https://www.4101empedrado.com/services Thank you so much! Link to comment
tuanphan Posted July 31, 2022 Share Posted July 31, 2022 11 hours ago, juliaprather said: The problem did not get resolved. It looks better now because I changed from an inline image block to a poster. I just added a new sample. The first image shows the link underline I'm talking about: https://www.4101empedrado.com/services Thank you so much! Add to Design > Custom CSS /* Image caption underline */ .image-caption a { background-image: none !important; border: none !important; 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!) Link to comment
juliaprather Posted July 31, 2022 Author Share Posted July 31, 2022 12 minutes ago, tuanphan said: Add to Design > Custom CSS /* Image caption underline */ .image-caption a { background-image: none !important; border: none !important; text-decoration: none !important; } Just when you think you have all the pieces of underline removal code lol. Thank you SO much—works perfectly of course. You always come through! 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