Hi there
I want to change the links in my body copy from a highlighted text colour (site link colour and site link hover in the customiser) to an underline colour only, with the link hover as normal.
I found this thread, which is asking the same question (but also wants to bold text). However, the solution that worked for this user doesn’t work for me in my global CSS:
.single-post .entry-wrap a {
color: #000 !important;
text-decoration: underline;
}
How can I make this global change please?
Thanks