Home Forums WoodMart support forum How to completely disable only the “SALE” badge on product archives

How to completely disable only the “SALE” badge on product archives

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

    visanchan
    Participant

    Hello,

    I would like to completely disable only the “SALE” badge on my product archive pages (shop, category, brand pages, etc.).

    To avoid misunderstanding, please note:

    I already know about the option “Sale” label in percentage” under
    Theme Settings → Shop → Product labels → Sale.
    Turning this OFF only removes the percentage value (e.g. “-20%”), but the SALE badge itself remains visible.

    What I need is to hide/remove the entire SALE label/badge, not just the percentage.

    I want to keep all other types of product labels (e.g. “New”, “Hot”, custom labels, etc.).
    I only want to disable the SALE label specifically.

    Could you please tell me where to disable only the SALE badge in the WoodMart settings, or provide the correct CSS/PHP method to hide it without affecting other labels?

    Thank you.

    #695978

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS.

    .product-grid-item .product-label.onsale  {
        display: none !important;
    }

    Best Regards,

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