how to increase the font size?

Posted in: Newspaper
Post count: 140

Hello,
Please go to this product page. I want to increase the size of the font of the description section. How to do that?
https://femmepod.com/shop/19-white-background-presets-with-dng-files/

Post count: 27744

Hello,

For woocommerce the theme has only these settings for fonts => https://www.screencast.com/t/AlV6t3kdO, but I can help you to do this with custom CSS => https://www.screencast.com/t/FrbY2bwv.
You need to add the code in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/Ww5uIDUVwHy.
The code is:

.single-product .woocommerce-Tabs-panel--description p {
font-size: 17px;
}

Hope this helps you!

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.