changing "quantity selector" to uppercase letters

Hello, how do i change the text from “Quantity” to “QUANTITY” with css? cant seem to change it any other way, i use the Ride theme.

@LeonEW

please add below code into your base.css file or style.css file

Shopify Admin > Online Store > Edit Code > Assets > base.css OR style.css file

.product-form__input.product-form__quantity .form__label {
	text-transform: uppercase !important;
}

Hi @LeonEW

I hope you are well. You can follow our instructions below:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
Step 3: Copy the code below and paste it there

Here is the code for Step 3:

label.quantity__label.form__label {
    text-transform: uppercase !important;
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.