Liel Posted December 14, 2022 Share Posted December 14, 2022 Hey. is there any way to make the labels on my shop as regular text and not bold? Website: https://ultra-complex.com/shop Link to comment
tuanphan Posted December 17, 2022 Share Posted December 17, 2022 Add this to Design > Custom CSS /* sold text */ .product-mark.sale { font-weight: normal !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Liel Posted December 18, 2022 Author Share Posted December 18, 2022 Thank you it worked! Is there a way to change the background for this SALE label to white/transparent? https://ultra-complex.com/blog/yves-crotch-magazine Link to comment
tuanphan Posted December 21, 2022 Share Posted December 21, 2022 On 12/18/2022 at 10:54 PM, Liel said: Thank you it worked! Is there a way to change the background for this SALE label to white/transparent? https://ultra-complex.com/blog/yves-crotch-magazine Use this .product-mark.sale { font-weight: normal !important; background-color: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Liel Posted December 27, 2022 Author Share Posted December 27, 2022 On 12/21/2022 at 3:33 AM, tuanphan said: Use this .product-mark.sale { font-weight: normal !important; background-color: transparent !important; } Thank you!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment