This topic is empty.
Viewing 1 reply thread
-
AuthorPosts
-
-
PatriciaGuestwhy 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 -
Spiracle ThemesGuestHi 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
-
-
AuthorPosts
Viewing 1 reply thread