Hide price when searched in the search bar
-
Hi,
I’d like to hide the product price when it’s shown via the search bar.
The issue is that if I activate catalogue mode, it conflicts with a customization I made: I replaced the “Add to Cart” button with a WhatsApp button using the OneClick Chat to Order plugin.
If there’s no native way to hide the price in search results, I’m open to using CSS. However, I couldn’t locate the right class or ID to target it.
Could you help me with this? I’ve attached some screenshots for reference.
Best regards,
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-dropdown-results .price {
display: none;
}
Best Regards,