Tagged: single product, woocommerce
Hi guys,
Hope this is not beyond your scope of support. Please let me know to which css element should I apply rule to control padding (and font size) of the line showing SKU number and tags on Woocommerce Single product page.
Many thanks in advance, regards,
Ivan
Hi videogame!
Add this to your custom CSS.
.product_meta span {
font-size: 15px;
}
.product_meta { padding: 10px; }
Cheers!
Elliott
Thanks a lot!