Hello,
I need help changing my size variants in Dawn theme.
Right now I have it like this
And I was looking to have something like this.
Does any one know how I can do this or if there is any app I can install?
THanks in advanc e
Hello,
I need help changing my size variants in Dawn theme.
Right now I have it like this
And I was looking to have something like this.
Does any one know how I can do this or if there is any app I can install?
THanks in advanc e
Hi @Manuelps96 ,
Go to online-store → edit code → search for base.css file
put the below code in the very last of the file.
variant-radios .product-form__input {display: flex;}
variant-radios .product-form__input input[type=radio]+label {margin: 0; border-radius: 0; border-right-color: transparent;}
variant-radios .product-form__input label:last-child {border-right: solid 1px #000 !important;}
Hello @Manuelps96 ,
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team