I have the Sense theme and am hoping to change the capitalization on the buttons for all products. Is it possible to do without codes or simply?
Thanks in advance.
I have the Sense theme and am hoping to change the capitalization on the buttons for all products. Is it possible to do without codes or simply?
Thanks in advance.
Hi and welcome!
Could you post a link to your store and I will take a look for you, it should be fairly straight forward to do ![]()
Perfect!
Add these to the bottom of your section-main-product.css file:
variant-radios, variant-selects {
text-transform: uppercase !important;
}
.product-form__submit {
text-transform: uppercase;
}
Thank you. What would this do exactly?
Thank you so much!
You’re very welcome!
Please take a moment to read through my signature below, really appreciate it ![]()