Tagged: ajax search
Hi guys,
Whenever I’m hovering on the search results, the text of the title and the excerpt remain in the same colour as when not hovering. I tried using the following code, however, what happened was that the colour was being changed when you’re hover over the title only, or the excerpt only. I need these to change when a user hovers over the whole element i.e. the image, title and excerpt box.
.ajax_search_excerpt:hover {
color: #fff !important;
}
.ajax_search_title:hover {
color: #fff !important;
}
Screenshot as follows: https://dl.dropboxusercontent.com/u/182922063/Screenshot%202017-03-07%2012.38.42.png
Hey Matthew,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
The site is this – testing.glennbedingfield.com but it can only be accessed if you login. Details in the private data.
Thanks.
Hi Rikard,
Any progress on this please?
Thank you.
Hi MattDalli,
In you enfold_child.css add this rules:
.header_color a:hover span.ajax_search_title, .header_color a:hover span.ajax_search_excerpt {
color: #fff !important;
}
Let me know if this was helpful.
Best regards,
Victoria
Hi Victoria,
Thanks a lot – exactly what I needed :)
Regards,
Matt