This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
I’ve looked at the documentation and sifted through the forum. I’m having a hard time changing the colors of the hyperlinked texts on the blog posts.
Right now, it is all showing black (default color) and so it’s difficult to determine what texts are hyperlinked.
I looked at the dashboard and theme options and can’t find a way to do it. I think this is standard practice for blog posts and pages to have hyperlinked texts a different color.
Hello,
Please add this code in Theme Options > Styling > Custom css:
.single-post .content-article a {
color: #ff7702;
}
Regards
Thanks I’ve tried it and it doesn’t work.
You must be logged in to reply to this topic.Log in/Sign up