How can I capitalize the first letter of all the product titles?
-
I need to capitalize the first letter of the product title in my shop. I already tried the following CSS code:
.shop_product_title {
text-transform: capitalize !important;
}This didn’t work, unfortunately.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How can I capitalize the first letter of all the product titles?’ is closed to new replies.