Home › Forums › WoodMart support forum › Text Capitalize › Reply To: Text Capitalize
May 27, 2022 at 5:02 pm
#379434
Luke Nielsen
Keymaster
Hello,
First of all, you need to define your tabs as “lowercase” in your page builder.
https://monosnap.com/file/MB2VlHsiiXRhhBVFreS9O5AJcc59Xk
Only then add the below custom code to the “Custom Global CSS” area in Theme Settings -> Custom CSS.
.wd-products-tabs .wd-nav-tabs .nav-link-text,
.wd-products-tabs .wd-load-more {
text-transform: capitalize;
}
The above code includes “capitalize” for the “Load More” button too.
https://gyazo.com/c8cf302d4f55e47e240b47a458db71a3
Keep me informed of any issues.
Kind Regards
- This reply was modified 2 years, 6 months ago by Luke Nielsen.