Inclusive of all taxes remove text
-
“Inclusive of all taxes” remove text only search bar not for all page
Mobile view only
2. search only product category possible?
3. search only product title only Not show image and price possible?
Attachments:
You must be
logged in to view attached files.
Hello,
1. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.autocomplete-suggestion small.woocommerce-price-suffix {
display: none;
}
3. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.autocomplete-suggestion .suggestion-thumb, .autocomplete-suggestion p.price {
display: none;
}
Best Regards