Home › Forums › WoodMart support forum › How can I hide the percentage How can I hide the percentage This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 22, 2020 at 5:20 pm #220569 umaima shopParticipant How can I hide the percentage August 22, 2020 at 8:31 pm #220593 Elise NoromitMember 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 August 23, 2020 at 5:46 pm #220699 umaima shopParticipant i do it but nothing change August 24, 2020 at 7:23 am #220778 Elise NoromitMember Hello, Please deactivate all the plugins not related to the theme and provide the site admin access to the private area. Best Regards August 25, 2020 at 1:34 pm #221111 umaima shopParticipant this is the admin access August 25, 2020 at 2:51 pm #221133 Elise NoromitMember Hello, You have not disabled the precentage https://prnt.sc/u5n6p1 Please check now. Best Regards August 25, 2020 at 3:18 pm #221158 umaima shopParticipant this one from where i can find this option ? August 25, 2020 at 8:52 pm #221210 Elise NoromitMember 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 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register