Comments Aissam34 started the conversationAugust 2, 2018 at 4:49pmHello,How can I change the font size of product titles in a category page and a single product page (Screenshot_2 & Screenshot_3) ?Regards, 1,560Laborator repliedAugust 3, 2018 at 8:00amBy adding the following CSS to Custom CSS you will be able to change the font size for product titles: .woocommerce .products .product .item-info h3 { font-size: 15px !important; } .woocommerce .summary .product_title { font-size: 20px !important; } Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hello,
How can I change the font size of product titles in a category page and a single product page (Screenshot_2 & Screenshot_3) ?
Regards,
By adding the following CSS to Custom CSS you will be able to change the font size for product titles:
Best regards,
Laborator Team