Dear all,
I want to change the size variant picker so the pills be beside the word size not below to look like the attached image, is it possible?
can i add a link to the size guide similar to the attached image?
I am using dawn theme.
Hi @Good_Mood
Do you mean like this?
If it is check 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:
variant-radios#variant-radios-template--21652022984984__main {
display: flex !important;
}
fieldset.js.product-form__input {
display: contents !important;
}
legend.form__label {
align-self: center;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
yes, but i want a space between the pills and the word “size”.
can i add the size guide link below the word “size” ?
Thanks