Hey there,
any suggestions on how to underline links in the body copy and the body copy ONLY!!
I have been using the <u> tag.
I tried .entry-content a {text-decoration:underline!Important;}
and it does not work.
Hey Justin,
Would the be for the body text throughout all pages?
Best regards,
Jordan Shannon
Hey Jordan, it’s preferred. The last attempt I took at this, even the social icons in the footer were getting underlines. Wasn’t looking right. So just body copy and blog copy. Thanks
Hi Justin,
This CSS is working and is active on your site:
.entry-content a {
text-decoration: underline!important;
}
If you are not seeing the change then please clear your browser cache and reload the site.
Best regards,
Rikard
Hi Rikard,
Not quite. I am seeing the underline forming under the buttons too, which I don’t want.
I tried adding a style text-decoration:none + cleared my cache. No change.
Thoughts?
Justin