Comments jerryscheller started the conversationApril 19, 2018 at 9:15pmHello! How do you change the font size of the product name and also the title of each tab description? They are huge and I would like to reduce them.Thanks! 3,034Andrew repliedApril 20, 2018 at 5:25pmHi jerryscheller,For the product title use this CSS: body.single-product div.product .product_title{ font-size:2em; } for the tabs use this CSS: .woocommerce div.product .woocommerce-tabs ul.tabs li a{ font-size:0.9em; } add the CSS to salient \ general settings - css script related - custom css code.Hope this helps.jerryscheller repliedMay 3, 2018 at 12:48pmthank you!! Sign in to reply ...
Hello! How do you change the font size of the product name and also the title of each tab description? They are huge and I would like to reduce them.
Thanks!
Hi jerryscheller,
For the product title use this CSS:
for the tabs use this CSS:
add the CSS to salient \ general settings - css script related - custom css code.
Hope this helps.
thank you!!