Mark Lyndersay
asked 10 years ago

The default on my web pages for links in content is bold and I’d like to do something a little more eyecatching (though only a LITTLE more) because some viewers aren’t seeing the links.

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the Header Code (Dashboard > customize > Custom code)

.single-post .entry-content a { color: #...; }

Hope this helps !

Mark Lyndersay
replied 10 years ago

Hello. I’m probably doing something blindingly wrong, but I’ve posted the code into the relevant area in DW Focus, which I believe is here: Customize>Custom Code>Custom wp_head() code:
This is what I’ve posted: .single-post .entry-content a { color: #660000; }
What I get is that text at the very top of the website, above the header. Can you advise?

Dominic Staff
replied 10 years ago

Sorry for my mistake in the previous answer.
You can add the following code:

Mark Lyndersay
replied 10 years ago

Thank you, that worked just fine.

Powered by DW Question & Answer Pro