How can I customize the size selector on a product page?

Topic summary

A user wants to customize their Shopify product page’s size selector in two ways:

Completed request:

  • Remove the “Size” label above the size selector
  • Solution provided: Add custom CSS code to the theme.liquid file (above the tag) to hide the label

Outstanding request:

  • Change the default size selector text to display “Select my size” instead of showing no pre-selected size when multiple size variants are available
  • This second customization remains unresolved and awaiting a solution

The user is working with the Dawn theme on their Shopify store (jadis-shop.com).

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Good morning,

I would like to remove “Size” above the size selector (highlighted in yellow)

And I would like that when we arrive at a product where there are several different sizes (so with a variant selector) there is no size already proposed by default but instead it says (in the rectangle) “Select my size”

Do you know how to do it please?

Theme: Dawn
Website: jadis-shop.com
password:rj

thanks in advance

Hey @JADIS

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

ok and what about that :

And I would like that when we arrive at a product where there are several different sizes (so with a variant selector) there is no size already proposed by default but instead it says (in the rectangle) “Select my size”

please