Can I edit the Buy Button on Sense theme without coding?

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 :slightly_smiling_face:

www.zyanyanay.com

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?

This will make your variant text and add-to-cart button text on all products be in all capitals, see below:

Thank you so much!

You’re very welcome!

Please take a moment to read through my signature below, really appreciate it :heart: