Text decoration on links
-
I prefer no underline for the links at sidebar (e.g. recent posts) so I added this code to custom CSS
a:link {text-decoration:none;} a:visited {text-decoration:none;}But it also removed underline for the links within each blog post. Any easy way possible to retain the text decoration within blog post? Do I need a child theme to accomplish this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Text decoration on links’ is closed to new replies.
