Home New Guten › Forums › WoodMart support forum › Sale label disable Sale label disable This topic has 3 replies, 3 voices, and was last updated 2 months, 3 weeks ago by Hung Pham. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 28, 2024 at 10:18 pm #561488 gasowski0marcinParticipant 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? April 30, 2024 at 1:27 pm #562010 Hung PhamKeymaster 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, May 24, 2025 at 7:04 pm #663036 accounts-3375Participant Hello – I tried to put in this custom CSS and it didn’t work. Can you please help? May 26, 2025 at 6:26 am #663114 Hung PhamKeymaster 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 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register