This topic has 2 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow
I Change Product Title Text Transform as Upper Case it change on customize mode but it can’t change on website. Similarly whenever i change anything on website it does not happen or it never be change on website
Hello,
Add the below code to Theme Options > Custom CSS to change the product title text-transform
.content-product .product-title, .product-title, .etheme-sticky-cart .sticky_product_title{
text-transform: uppercase;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up