This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hi everybody,
i tried to increase the font size for the product title on the shop page and product page but i can’t get it working.
This is the CSS i added:
.product-title {
font-size: 1.5rem; !important;
}
But it has no effect .. when i inspect the element it shows me the CSS but it’s crossed out?
How to set the CSS to get it done?
Many thanks.
Hello,
To change the product title size for the shop page add the following code
.content-product .product-title {font-size: 1.5rem;}
For the single product page
.product-information .title, .product-info-wrapper .title, .product-summary-center .title, .product-information .product_title, .product-info-wrapper .product_title, .product-summary-center .product_title {font-size: 1.5rem;}
Regards
Perfect, many thanks 🙂
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up