Change Button Text from Uppercase to None
-
Hi,
what is the css code for changing the Button Text Style from Uppercase to None???
I tried so many times, but there are no changes…
Thank You.
Best regards
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-hover-standard .add-to-cart-loop span {
text-transform: none;
}
Best Regards
hi,
thanks for the quick reply.
Unfortunately not working.
The Text in all buttons are still uppecase.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-add-btn.wd-add-btn-replace.woodmart-add-btn a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop span {
text-transform: none;
}
Best Regards.
Hi,
still not working 🙁
we are moving the Website to the right domain now… when it’s done, I will let you know the new domain so we can try other Custom CSS.
Hello,
Ok, please send me the login details of your new site or domain so I will check and fix the issue on the new site.
Best Regards.