Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How to Capitalise Product Page Form Field Quantity Label Placeholder for Dawn 2.0

Solved

How to Capitalise Product Page Form Field Quantity Label Placeholder for Dawn 2.0

Macnet
Excursionist
23 1 9

Hello,

 

Most of the items I will be selling require personalisation so I have created a product page to accept personalised information using a textarea form field (link below). I want to capitalise all three form field labels including:

1.) Colour option

2.) Quantity

3.) Personalisation instructions (above the textarea field)

 

I have managed to capitalise the Colour and Personalisation labels and now need help to capitalise the Quantity label. Is it possible to locate the file containing the Quantity label and capitalise it? Your help would be greatly appreciated. Below is the link to my product page:

 

https://silkygiftshop.com/products/personalised-accordion-gift-acrylic-keepsake-plaque?variant=45635...

 

 

Accepted Solution (1)
Macnet
Excursionist
23 1 9

This is an accepted solution.

Hey

It worked! Thank you so much. Much appreciated.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9069 2166 2673

Hi @Macnet 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

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

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1694975142443.png
If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Macnet
Excursionist
23 1 9

This is an accepted solution.

Hey

It worked! Thank you so much. Much appreciated.