Hi,
I am looking for the css to change the basic link text colour of articles, not the menu colour.
At the present it is black with a different font. This is not very obvious for the reader. I am not talking about the hover function. My idea is that the link in the text is blue.
Thank you in advance
Kosta
1 Answers
To change color for the link text in the article, you can add the following code to the style.css file:
.hentry .entry-content a { color: red;}
.hentry .more-link { color: #333 !important;}
.hentry .more-link:hover { color: #1abc9c !important;}
Hope this helps !
Hi Dominic,
thank you, that helped
Please login or Register to submit your answer