Site logo

Archived topic

Links no longer underlined

15 replies · Started by Ben on June 3, 2015

Viewing posts 1–15 of 16

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!

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?

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! :-)

This archived topic is closed to new replies.