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?

#193431

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