Change Font Size for single product

hi ,
please if someone could help me. i would like to change the title font size for a single product and not all of the products. i did add a class but i am not able to change the font size.

.single-product .product_title

.custwoo {

text-align: center;
font-size: 50px!important;

}
The title does align center but the font size doesn’t change. What is wrong
please help

thanks

Hi There,

Please try updating your custom CSS to this:

.custwoo.single-product .product_title {
     text-align: center;
     font-size: 50px !important;
}

If it doesn’t work, please provide us with your product URL.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.