This topic has 4 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
Hi there
At the moment, products name/title is in “UPPER CASE”.
How can we change this to “Capitalize Each Word” for catalogue page, sliders and in-page shortcodes?
Thanks,
Hello,
Add the next code in Theme Options > Custom CSS:
.slide-item .product .product-name, .products-grid .product .product-name {
text-transform: capitalize;
}
Regards
Thanks Rose, it worked
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up