How can I modify the default size selector on a product page?

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

Hi @JADIS

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


About the concern to have the Select my size, that will required a lot of custom code and changes in the Shopify Product file structures.

If you are comfortable doing that, please head to - product-variant-options to do your customize

Hope this can help you solve the issue

Best regards,

Noah | PageFly

Hi, @JADIS .

Follow These Steps.

Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.

label.form__label {
    display: none;
}

Result:

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

and what about that pls ?

"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” "

You are go to products and edit the variant size and select the multiple image size and check and your problem than fixed. and tel me you want these problem fixing

and what about that pls ?

"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” "

i did it know but nothing change… there is no a way to block the position of a text with code please ?

Hi @JADIS i have answered in my reply above it is :

“About the concern to have the Select my size, that will require a lot of custom code and changes in the Shopify Product file structures.”

You’ll need to do custom code in the file or you will need to use an 3rd party app for this function.