Home › Forums › WoodMart support forum › How can I edit product attributes that are shown on product screen? › Reply To: How can I edit product attributes that are shown on product screen?
May 8, 2020 at 11:41 am
#193431
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global to make the font smaller:
body .product-labels.labels-rounded span{
font-size:10px;
font-weight:400;
}
We can provide CSS to enlarge the laber however it would take a lot of space on the product item.
Best Regards