Home Forums WoodMart support forum Sale label disable

Sale label disable

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

    gasowski0marcin
    Participant

    Hi,

    So far I had percentage sales labels enabled. When I turn off the sales as percentage option in the theme settings, text is displayed. I would like to disable the sale label completely. How can I do this?

    #562010

    Hung Pham
    Keymaster

    Hi gasowski0marcin,

    Thanks for reaching to us.

    First of all, take my apologies for the delay in answering.

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

    span.product-label.onsale {
    	display: none;
    }

    Regards,

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