Home Forums WoodMart support forum How can I hide the percentage

How can I hide the percentage

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #220569

    umaima shop
    Participant

    How can I hide the percentage

    #220593

    Hello,

    If you want to show the price it is configured in the Theme settings > Shop page > Labels.

    If you want to hide the sales labels at all, add this code to the Theme Settings > Custom CSS > Global:

    body .labels-rectangular .onsale { 
    display:none;
    }

    Best Regards

    #220699

    umaima shop
    Participant

    i do it but nothing change

    #220778

    Hello,

    Please deactivate all the plugins not related to the theme and provide the site admin access to the private area.

    Best Regards

    #221111

    umaima shop
    Participant

    this is the admin access

    #221133

    Hello,

    You have not disabled the precentage https://prnt.sc/u5n6p1

    Please check now.

    Best Regards

    #221158

    umaima shop
    Participant

    this one from where i can find this option ?

    #221210

    Hello,

    If you want to hide percentage and show just Sale label, you can configure it in the Theme Settings > Shop > Product labels.

    If you want to remove Sales label at all, replace the code with this one:

    body .labels-rounded .onsale { 
    display:none;
    }

    Best Regards

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