Tagged: woocommerce
Hi!
Is there a possibility to increase the text size of product title beyond the image?
And/Or is there a way to make in bold or apply headline-shortcodes?
Thx in advance, Stefan
Hi Stefan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .products .product-category h3 {
font-size: 20px;
font-weight: bold;
}
Regards,
Yigit
Thx so much. I also added text-align: center;
and am satisfied with the result!