I need to make size selector like this
Hi @Sivadarshan , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hello @Sivadarshan
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.product-form__input--pill input[type=radio]:checked+label {
background-color: none !important;
color: black !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Not working
ADD THE SAME CODE HERE:-
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->component-product-variant-picker.css
add this code at the end of the file.
Can you please navigate me, as i am newbie
Add only this code in your component-product-variant-picker.css file and SAVE.
.product-form__input--pill input[type=radio]:checked+label {
background-color: none !important;
color: black !important;
}
thanks
Can you please help me with my website about golden corral menu, as i am newbie



