My store is www.revailco.com and Im wondering if I can change the non-selected variants to have a skinny outline rather than a light fill
1st image is mine currently, 2nd is what I want it to look like. Thanks!


My store is www.revailco.com and Im wondering if I can change the non-selected variants to have a skinny outline rather than a light fill
1st image is mine currently, 2nd is what I want it to look like. Thanks!


Hi @Revail , let’s fix this within 5 seconds. Add this CSS to your theme.scss file and see
.single-option-radio input[type=radio]:not(:checked)+label {
background-color: #ffffff !important;
border-color: #d8d8d8 !important;
color: #696969 !important;
}
It’s working fine from my side, kindly check and have a nice day.
Appreciate it! Is there also a script to make the Sort by Featured part in my collection / product pages also boxed?
Also, sorry if this is a lot to ask but if you’re not busy, can you check out my two other posts? Thank you so much!
https://community.shopify.com/c/Shopify-Design/Debutify-custom-font-doesn-t-work/m-p/1287105
ok let me check