Please tell how to change the link color under posts. The links inside posts are in Black color and not clearly visible.
http://www.flickr.com/photos/70916032@N08/9499434937/
The highlighted “See Also” section is a link, but it appears in Black color. I want to change link color under the post.
1 Answers
To change link color under post in the single post page, you can log in to Dashboard > Theme > Customize > General Settings > Add the following code in the “Header Script”
<style>
.single-post .entry-content a {
color: #...;
}
.single-post .entry-content a:hover {
color: #...;
}
</style>
Regards,
Dominic
Please login or Register to submit your answer