ThunderRoad Posted March 11, 2021 Share Posted March 11, 2021 Site URL: https://www.thunderroadtheatre.org/ Hi. I've noticed that all text that links to another page has gone back to being underlined on my website. I don't know why. Can anyone please help? I've tried so many different codes and they don't seem to work. www.thunderroadtheatre.org ABOUT TEXT EXTRA at the bottom for example, just want the underline GONE! Alex Link to comment
charlestonnikki Posted March 11, 2021 Share Posted March 11, 2021 oh my gosh me too! I just checked most of the sites that I've designed and they are ALL on there again. I have wasted so much of my morning trying a bunch of different CSS to figure it out. Hope we find out what's going on! Link to comment
destinyestringer Posted March 11, 2021 Share Posted March 11, 2021 Same! I went in this morning and all links were underlined again. Worse yet, when I took the CSS out that removed the underlines initially, all links had TWO underlines now. When I put the CSS back, only one went away. Link to comment
kakers Posted March 11, 2021 Share Posted March 11, 2021 I just found this answer: Special Modern Design Link to comment
ThunderRoad Posted March 11, 2021 Author Share Posted March 11, 2021 Thank you so much. This worked for my footers. However the rest of the site still has the line underneath the text. #footer-sections a { text-decoration: none !important; Link to comment
pixies1 Posted March 11, 2021 Share Posted March 11, 2021 Hi all, others were having this same problem that just started today and we figured out a solution on another thread. Try adding the entire code block below in CSS. For my site, both lines of code were needed to get rid of both underlines. Hope it works for you! //remove underlines from hyperlinks// .sqs-block-html a {background-image:none!important} /* Remove non-background image underline for heading and paragraph links */ h1 a, h2 a, h3 a, h4 a, p a {text-decoration: none!important} ThunderRoad 1 Link to comment
ThunderRoad Posted March 11, 2021 Author Share Posted March 11, 2021 Amazing. Worked! That's brilliant. Thanks 🙂 pixies1 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