Home / Forums / WoodMart support forum / Product labels color
Home › Forums › WoodMart support forum › Product labels color
Product labels color
- This topic has 9 replies, 3 voices, and was last updated 2 years, 11 months ago by 
Elise Noromit. 
- 
		AuthorPosts
 - 
		
			
				November 13, 2022 at 11:04 am #420686
BVEdgieParticipantHello team 🙏🏻
Two questions:
1) How to change the color of a specific product label (one of the ones by default – HOT, On sale, etc. and a one created as attribute)?2) How to change the position (left instead of right, on the product picture) of a specific product label?
Thanks a lot.
Kind regardsNovember 14, 2022 at 12:53 am #420764
Elise NoromitMemberHello,
Please advise what shape of label you have, could you provide the page URL? We will give you custom CSS.
If you have any questions please feel free to contact us.
Best Regards
November 14, 2022 at 10:17 am #420851
BVEdgieParticipantHi Elise,
Per example, the label “En cultureā below.
ThanksBest regards
November 15, 2022 at 5:19 am #421138
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-label.attribute-label:not(.label-with-img) { background-color: red; color: yellow; }Please replace the color as per your needs.
Best Regards
November 16, 2022 at 1:14 am #421387
[email protected]ParticipantI’m also interested to know how to change the position of the attribute label from left to right (or right to left).
November 16, 2022 at 5:14 am #421430
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-product-gallery .labels-rounded { top: 10px; right: auto; left:25px; }Best Regards
November 18, 2022 at 10:03 pm #422152
BVEdgieParticipantHello Elise,
Ok but your code is for all labels, isn’t it?
We need a custom for specific attribute, that’s what I asked for.Thanks
BRNovember 19, 2022 at 4:28 am #422179
Elise NoromitMemberHello,
We can change the color of labels individually at the same time, the location cannot be changed individually due to HTML structure.
If you have any questions please feel free to contact us.
Best Regards
November 25, 2022 at 9:46 pm #423924November 26, 2022 at 1:52 am #423934
Elise NoromitMemberHello,
We can offer CSS for label type, for example, one color for sales, another color for new, and so on.
If you have any questions please feel free to contact us.
Best Regards
 - 
		AuthorPosts
 
Tagged: Label, product label
- You must be logged in to create new topics. Login / Register