I want to change this link (in red) colors to blue. How do I do that?


2 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
.hentry .entry-title a { color: #...; }
.hentry .entry-title a:hover { color: #...; }
.hentry .entry-meta a { color: #...; }
.hentry .entry-meta a:hover { color:#...; }
Regards,
Thank you very much! Worked!
Please login or Register to submit your answer