Home Forums WoodMart support forum Catalog Mode cannot hide prices

Catalog Mode cannot hide prices

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

    ha21cn
    Participant

    I created a catalog website using Woodmart, and when I enabled Catalog Mode, I found that I couldn’t hide the product prices. How can I fix this? I just want it to be a simple product display catalog.

    #696382

    Hello,

    To hide prices, try to add the following Custom CSS code in Theme Settings > Custom CSS:

    .price {
     display: none !important;
    }

    Best Regards,

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