Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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;
}