Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #756977

    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

    • This topic was modified 7 years, 1 month ago by MattDalli.
    #757572

    Hey Matthew,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #757755

    Hi Rikard,

    The site is this – testing.glennbedingfield.com but it can only be accessed if you login. Details in the private data.

    Thanks.

    #759893

    Hi Rikard,

    Any progress on this please?

    Thank you.

    #760574

    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

    #760610

    Hi Victoria,

    Thanks a lot – exactly what I needed :)

    Regards,

    Matt

    #761158

    Hi Matt,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Colour on Hover of Title & Excerpt of Ajax Search’ is closed to new replies.