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,
Theme version: 4.3.1 WooCommerce version: latestHello,
Add the next code in Theme Options > Custom CSS:
.slide-item .product .product-name, .products-grid .product .product-name {
text-transform: capitalize;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.