- This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 3 reply threads
Viewing 3 reply threads
- You must be logged in to reply to this topic.
You can use Custom CSS code to change font-size. You can use Custom CSS plugin to add css code.
For example:
body.woocommerce div.product .product-details .product-details-inner .product-summary .product-title .product-title-cat h3 {
font-size: 25px!important;
}
Hope this helps!