Home Forums WoodMart support forum Hide price when searched in the search bar

Hide price when searched in the search bar

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

    Javito
    Participant

    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.
    #688190

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-dropdown-results .price {
    	display: none;
    }

    Best Regards,

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