This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

search result vertical title bold on hover

Home Forums Product Support Forums Ajax Search Pro for WordPress Support search result vertical title bold on hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51740
    dermonotonedermonotone
    Participant

    Hi there,

    i have a ajax search pro to search products.
    it is a vertical result layout box. i was able to manage all styling things except one:

    now i show the result title in font-weight:normal. but i need that when i hover the result => the font weight is bold.
    i tried with css but i did not find the right selector.

    thanks in advance for your help
    harald

    #51741
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Harald,

    This custom CSS will do the trick:

    div[id*=asp-res]:hover a.asp_res_url {
        font-weight: bold !important;
    }

    I hope this helps!

    #51742
    dermonotonedermonotone
    Participant

    many thanks. it worked 🙂

    #51744
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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