Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #748498

    I would like to change the link hover colour for the drop down results in the Ajax search box, but I am having trouble finding the correct identifier, anyone have any ideas?

    Thanks

    #748966

    Hey mrb1972,

    Please try the following in Quick CSS under Enfold->General Styling:

    .ajax_search_excerpt:hover {
      color:red !important;
    }

    Best regards,
    Rikard

    #749467

    Thanks but that didn’t see to work unfortunately

    #749772

    Hi,

    Ok, please link to your site so that we can have a closer look then. Also post a screenshot highlighting what you would like to change.

    Best regards,
    Rikard

    #749901

    Thanks, I can’t post a link as the site is running on a localhost as it’s still being developed, all it is is when you type something into the “Ajax Search” bar on in the navbar a box drops down with the search results, I want to change the hover colour of the links in the drop down box, I just can’t seem to fine the CSS for it.

    #750281

    Hi,

    Ok, please try this instead:

    .ajax_search_entry:hover {
        background-color: green !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.