Home Forums WoodMart support forum how i can hide label YITH Badge on ajax live search.

how i can hide label YITH Badge on ajax live search.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87926

    mconext
    Participant

    I use YITH WooCommerce Badge Management plugin for create product labels like Best Sellers, Recommend.

    **but they show label when search in ajax live search.
    how i can hide label YITH Badge on ajax live search.

    Thankyou

    Attachments:
    You must be logged in to view attached files.
    #87956

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .woodmart-search-results .autocomplete-suggestions .suggestion-thumb .container-image-and-badge  .yith-wcbm-badge {
        display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)