Home New Guten Forums WoodMart support forum Sale label disable

Sale label disable

Viewing 4 posts - 1 through 4 (of 4 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,

    #663036

    accounts-3375
    Participant

    Hello – I tried to put in this custom CSS and it didn’t work. Can you please help?

    #663114

    Hung Pham
    Keymaster

    Hi gasowski0marcin,

    First of all, appreciate your patience.

    Please use below code:

    .product-labels.labels-rounded .product-label.onsale {
    	display: none;
    }

    Kind Regards,
    Hung PD

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