MAC1 Posted August 23, 2023 Share Posted August 23, 2023 (edited) Hi, im trying to remove the underline from text i turn into links. And instead create a "hover" when mouse cursor is over the text and when its mouse clicked footer at the moment: desired footer change: Looks a bit cleaner, hope you can help. web: https://ellipse-teal-dl5w.squarespace.com/ pass: 2 Cheers Edited August 23, 2023 by MAC1 Link to comment
Solution Lesum Posted August 23, 2023 Solution Share Posted August 23, 2023 Here's a code snippet to remover underline and add hover effect on footer links: footer a { text-decoration: none !important; } #footer-sections .sqs-block-html a span:hover { color: #43c6ff !important; } MAC1 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
MAC1 Posted August 23, 2023 Author Share Posted August 23, 2023 Brilliant, thanks again Lesum! Lesum 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