hyperlinks are not underlined

P Started by Patricia · September 17, 2020 at 2:13 pm · 1 reply 0 voices Last reply 5 years, 9 months ago
P
Patricia Original poster Member
#1

why are links in paragraph copy not underlined? the text seems to be slightly darker in color, but I need them to be underlined. I would think this would be done by default and not have to do it for each link. I cannot find a place to change how links are shown.
Krystalpro

ST
Spiracle Themes Original poster
#2

Hi Patricia,

its a theme style not to have an underline for hyperlinks. If you want you can show underlines by adding this simple CSS

a, a:hover {
text-decoration: underline;
}

Copy and paste it in Appearance -> Customize -> Additional CSS

Let us know if you have any questions

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to hyperlinks are not underlined

By posting, your reply becomes public (unless marked private).