Hello, I am trying to figure out how to change the hover colour for the .highlight class when the highlighted text is within the results_title class. I have tried several options, the latest being:
.result_title a .highlight:hover {background: #000;}
This seemed to work temporarily (for some odd reason) but then reverts back to the standard yellow background.
Anybody have any ideas on how to resolve this?
.result_title a .highlight:hover {background: #000;}
This seemed to work temporarily (for some odd reason) but then reverts back to the standard yellow background.
Anybody have any ideas on how to resolve this?
Comment