joffrey outtier
asked 11 years ago

Hi ! I changed the a:hover of the title and the line after this but i did not succeed to change the color for the date and comments .. do you help me ?

2 Answers
DominicStaff
answered 11 years ago

To resolve this issue, you can add the following code to the style.css file.

 
.entry-meta .posted-on a:hover, 
.entry-meta .comments-link a:hover {
    color: #...;
}
miles-leacygmail-com
replied 11 years ago

Entering this code with a correct hex color value did not change any colors.

DominicStaff
answered 11 years ago

Please add the following code:


.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover {
    color: #...!important;
}

I have checked on my demo and nothing happens. Or you can send me your site for further checking.

Powered by DW Question & Answer Pro