Home Forums WoodMart support forum Hide Price in Search Bar

Hide Price in Search Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #239192

    [email protected]
    Participant

    Hi there,

    Wondering how I can hide the price of a product in the product search bar?

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #239241

    Hello,

    When a user is not authorized he is not able to see the prices: https://prnt.sc/veb91j

    Please add this code to the Theme Settings > Custom CSS > Global to hide the prices for logged in users:

    .search-results-wrapper .woodmart-scroll .woodmart-search-results .price {
    display:none;
    }

    Best Regards

    #239244

    [email protected]
    Participant

    That worked – thanks!

    #239261

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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