Home Forums WoodMart support forum I want to hide product prices on all pages

I want to hide product prices on all pages

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

    ha21cn
    Participant

    I turned on the Catalog mode in the theme settings, but found that the prices of the products are still displayed. I want to know how to set up the settings to hide the price display on all pages.

    #612102

    Hello,

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

    .price {
        display: none !important;
    }

    Best Regards

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