Viewing 2 reply threads
You must be logged in to reply to this topic.
I have been unable to get a style to apply to links that are inline links in the main content of blog posts or pages. When I use the Customizer, it only affects links such as those in the sidebar of this post: <b>https://www.syncresis.com/how-to-progress-towards-a-prevention-based-society/.</b>
I want to leave those styled the way they are, but links in the text, such as “a recent interview in The Washington Post” should have their own color so that people see they are clickable. I couldn’t get any custom CSS to do it either. Can you help with that?
Hello,
Yes, you can add this custom code:
article .entry-content a{color:#555d7}
Change the color code as you want.
The line have to be added into Customizer > General > Custom Css or you can use a child theme css.
Let us know.
Regards!
You must be logged in to reply to this topic.