How to change the size of product name
-
Hi,
My product name in the product page it so big, and I have to change their size. How do I do it this? It’s important to change only the product name in product page because all the rest sizes are ok!
Thanks,
Hello,
Thank you very much for choosing our theme and contacting our support.
The product page title can be changed with custom CSS.
.single-product-content .entry-title, .font-title {
font-size:14px;
}
Please add this code to Theme Settings > Custom CSS
Best Regards