This topic has 2 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler
Hi,
Where can I change the size of the font on the description (single product).
Thanks!
Hello,
Theme Options > Typography > Paragraph Font-Size (Px)
or use the next custom CSS code:
.woocommerce-tabs p {
font-size: 16px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up