Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi there,
I’m trying to find the proper CSS to add text-decoration: underline to the body text links.
I tried this:
#content a {
text-decoration: underline;
}
But it will affect buttons as well. How can I only add styling to body text links? (e. g. text block in visual composer and links in blog post body). Thanks in advance!
Hello,
Please try this code:
a { text-decoration: underline; }
We will fix it on the next theme update.
Best regards!
Hi there,
your CSS is affecting pretty much every link on page: menu, icons, sidebar widgets etc.
I need to just style body text links:
– links in blog post (or portfolio post) body
– links in text block element
I guess this is a very common request for styling body text. Please help.
Hello,
Here is the code:
p a { text-decoration: underline; }
Best regards!
You must be logged in to reply to this topic.