Rafael Marrone
asked 9 years ago

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

![1](https://www.dropbox.com/s/0q49j5ycfumdqkt/Captura%20de%20tela%202015-03-31%2002.59.29.png?dl=0 "enter image title here")

![2](https://www.dropbox.com/s/0k5n6nzxiwdmqij/Captura%20de%20tela%202015-03-31%2002.59.34.png?dl=0 "enter image title here")

2 Answers
DominicStaff
answered 9 years ago

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,

Rafael Marrone
answered 9 years ago

Thank you very much! Worked!

Powered by DW Question & Answer Pro