how i can hide label YITH Badge on ajax live search.
-
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.
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