Archived topic
Links no longer underlined
15 replies · Started by Ben on June 3, 2015
Sorry if this has been answered before but I can't find the answer.
I changed the colour of Hyperlinks and now they are not underlined. I'd like to keep the links underlined if possible.
Thanks.
Hi there,
Add this CSS:
a,
a:visited {
text-decoration: underline;
}
Perfect, thank you so much!
No problem! :)
I added this under "Additional CSS" in the Customizer, but the links are still not underlined. Shouldn't this override anything happening anywhere else in the theme?
It should. Can you link me to a page that's not working? Thanks!
Yes, here it is -- just some temp site using Elementor/GP, but wanted to work this out:
http://davidvictor.com/2017gp/
Thanks!
Hmm weird. I can see the CSS but it's not being loaded.
Can you test if it works on a page without using Elementor?
Okay, yes, I think it's working here:
Hmm yeah it is.
Well let's try this:
.elementor a,
.elementor a:visited {
text-decoration: underline;
}
I think that worked! Check it out!
Awesome!
Why though? Is this one of those weird "!important" things that make me crazy?
Hmm looks like just one of those page builders overwrite theme style problem I think.
Okay, thank you Leo! :-)