Kosta Welissariou
asked 9 years ago

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
DominicStaff
answered 9 years ago

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 !

fischfabrik
replied 9 years ago

Hi Dominic,
thank you, that helped

Powered by DW Question & Answer Pro