Home › Forums › WoodMart support forum › Sale label background Sale label background This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 9, 2021 at 9:05 am #272052 RachidParticipant Hi there, how can I change the sale label background to red? Thank you March 9, 2021 at 11:06 am #272093 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .onsale.product-label { background: red; } Regards. Xtemos Studios March 9, 2021 at 1:01 pm #272130 RachidParticipant Thank you so much! this has worked 🙂 I have another request: how can I make all the label of the website with: – font-size 14px – font-weight: 800 March 10, 2021 at 6:07 am #272264 Aizaz Imtiaz AwanKeymaster Hello, You are Most Welcome. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .product-labels.labels-rectangular > span { font-size: 14px; font-weight: 800; } Best Regards. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register