This topic has 6 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
Hello,
All the header titles for my products are capitalized even though the titles are not all caps, they only have the first letter of word capitalized, how can I remove the ALL caps and have it shown how it’s actually written? Thank you.
Hello,
Please add this code in Global Custom CSS:
.product .product-details .product-title a {
text-transform: capitalize;
}
Regards,
Eva Kemp.
Great thank you.
Also on the shop page I have shop sidebar with woocommerce layared nav of various attributes, it shows numbers next to each attribute of how many of that attribute there are, how do I remove the number that shows in parenthesis, basically I do not want it to show a count of each attribute I have?
Hello,
Use this code in Global Custom CSS:
.widget_layered_nav li .count {
display: none;
}
Regards,
Eva Kemp.
Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘How to remove All Caps Products Titles’' has been successfully resolved, and the topic is now closed for further responses