Ive been doing lots of edits to this website and i release that my add to cart, variant pills and the background to my filter on collection pages are all transparent. The varient pills border isn’t showing up and it doesn’t show when you’ve selected something. The other ones are just transparent.
If you could take a look at my website, and help is really appreciated!
https://www.wildandheart.com/?_ab=0&_fd=0&_sc=1
Thank you
Hi @wildandheart ,
I see what you’re talking about.
Are you using chrome inspector?
Try find this selector in the inspector.
.product-form__input input[type=radio]:checked+label
Or Go to Online Store-> Theme->Edit code-> Asset-> section-section-main-product.css ->and play around with the values below…
To edit variants, play around with these properties:
.product-form__input input[type=radio]:checked+label {
background-color: blue;
color: rgb(var(--color-background));
border-color: red;
}
For ‘Add to Cart’ Button:
.product-form__submit {
margin-bottom: 1rem;
background-color: aqua;
color: black;
}
Hope that makes sense.
Im not a coder… so im not to sure what to play around with! It just randomly happened. Any ideas on how to fix it!
Ohhh got you!
No worries, what theme are you using. See if I can point you in the right direction.
Could be something you can edit in the shopify customizer… else you may need a developer to make these changes.
Im using the dawn theme! Thank you for your help