Archived topic
How can i underline hyperlinks?
5 replies · Started by Daniel on November 29, 2019
Viewing posts 1–6 of 6
Hello
Can anyone tell me how can i underline hyperlinks on single posts only?
I have try this:
entry-content a {
text-decoration: underline;
}
but it doesn't work. btw i found it on wordpress forums.
Hi there,
try:
.single-post .entry-content a {
text-decoration: underline;
}
Thanks, it worked!
Glad to be of help
Thank you David, I've been needing this too! and it worked
Glad to hear that!
This archived topic is closed to new replies.