How do I fix this? I’ve added background gradient and solid colors to my store but when I go into preview mode, all the colors are dark. Will it be like this for just the preview? I’m on mobile by the way.
Drop here your website link
It’s not public yet, but here is a link to the preview:
Hi @TranquilUser ,
I see in your preview that this CSS is not being applied:
body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
color: rgba(var(--color-foreground), 0.75);
background-color: rgb(var(--color-background));
}
Try copying the following line of code into the base.css file:
.share-button__button, .rte a, .product-form__submit, .product__view-details{
color: unset!important;
}
Result:
Hope it works @TranquilUser
linked has been expired.
