I would like to make following changes on my product page https://imanethelabel.com/products/essential-dress?variant=52234317693277
how can I achieve those changes?
I would like to make following changes on my product page https://imanethelabel.com/products/essential-dress?variant=52234317693277
how can I achieve those changes?
Hey @alyhz
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
hi, that looks pretty good already
can you also tell me how to make the variant pills for “size” smaller?
I want to reduce the pill in general (so less padding within the pill) and also the font size to 12px
Hey @alyhz
Keep the previous code and add this new code above in the end of theme.liquid file.
.product-form__input--pill input[type=radio]+label {
font-size: 10px !important;
padding: 0.7rem 1.2rem !important;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
thank you so much!!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.