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

Hide price when searched in the search bar

Viewing 4 posts - 1 through 4 (of 4 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,

    #688781

    Javito
    Participant

    Thank u so much!

    #688831

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Hide price when searched in the search bar’ is closed to new replies.