How do I change the background colour of the variant pills on the product page? I have tried multiple other solutions but none seemed to have worked.
Hey @EthanOSHOP ,
Can I have the link to your store?
It is okay I have fixed the code now.
I am now just wondering how to get rid of the black outlines on these collections.
the url is wintheoryco.com
Try this @EthanOSHOP ,
.card--card,
.card--standard .card__inner {
border: none !important;
}

