Home Forums WoodMart support forum WEBSITE SEARCH – REMOVE PRODUCT PRICE

WEBSITE SEARCH – REMOVE PRODUCT PRICE

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

    lieske95
    Participant

    When I search for products using the search bar, it shows the product prices. Can I disable or hide the prices for the products from showing up in the search bar?

    #333303

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-scroll-content .autocomplete-suggestions .price .amount {
        display: none;
    }

    Best Regards

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