Home › Forums › WoodMart support forum › remove remove This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago by Elise Noromit. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts February 21, 2021 at 8:31 pm #268220 masloholstParticipant Hello! When I mark a product as recommended, the label “promotion” appears on the product image I attach a screenshot Please tell me how to remove it? February 21, 2021 at 11:45 pm #268242 Elise NoromitMember Hello, Please try to attach the screen once more so that I could distinguish the feature. If you mean HOT, here is the custom CSS to hide it: body .labels-rectangular .featured { display:none; } If your labels are round, than use this code instead: body .labels-rounded .featured { display:none; } Best Regards February 27, 2021 at 6:33 pm #269762 masloholstParticipant pls tell where I should put the CSS code? February 27, 2021 at 6:35 pm #269763 masloholstParticipant I can’t upload the screenshot so here is the link to picture https://prnt.sc/108o14f February 27, 2021 at 7:20 pm #269778 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global. Best Regards Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register