CSS code to underline links in blog post
-
I’m trying to underline the links in my blog post.
I’ve tried this, but it underlines every link including the ones in the menu.
a {
text-decoration: underline;
}I’ve also tried this, but it doesn’t work.
.entry-content a {
text-decoration: underline;
} -
Hi there!
What’s the address of the site you’re working on?
Please note that these forums are for WordPress.com hosted sites only. If your site is using the open-source WordPress.org software, we won’t be able to help you out and you’ll want to seek help at these forums:
- The topic ‘CSS code to underline links in blog post’ is closed to new replies.