Hi, can I change this somehow? Please explain where and what to do
Hi Jakob40004000!
Add this to your custom CSS.
.product_title { font-size: 30px !important; }
Best regards,
Elliott
Hi,
I also have a problem with my products titles font size. It got bigger for some reason and when I add this code in the Quick CSS it only applies in the products’ pages and not in the shop page.
Thank you
Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi,
Thank you for your response. As the website is incomplete, it is not public for the moment. I’ll write the access infos in private.
Hey!
Please use the below css to alter the product name font size in product list and single product page.
/* Product list */
.product h3 {
font-size:14px!important;
}
/* Single product */
.summary entry-summary h1 {
font-size:18px!important;
}
Cheers!
Vinay
Vinay,
Thank you Sir, it worked perfectly !!