Home Forums WoodMart support forum Remove sale labels

Remove sale labels

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

    fameadvance
    Participant

    How do i remove the sale labels and the sold out labels.

    #305761

    Hello,

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

    .product-label.out-of-stock {
        display: none;
    }
    .product-label.onsale {
    	display: none;
    }

    Best Regards.

    #305845

    fameadvance
    Participant

    Thank you that worked great.

    Can i ask how to set up a newsletter popup on the homepage. I see there is a page in my theme called “Button with popup” but I would prefer something that automatically pops up on the homepage.

    Thank you

    #305960

    Hello,

    You are Most Welcome.

    Please Go to Theme Settings >> General >> Promo Popup. And enable the promo popup.

    Screenshot for Clarification: https://gyazo.com/30a0deef90a0646c94e43a89c0dd027b

    Best Regards

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