Can’t Remove this phantom green border/overlay from my theme no matter what I try…
store URL https://shop.xidax.com/
Can’t Remove this phantom green border/overlay from my theme no matter what I try…
store URL https://shop.xidax.com/
Please always share store url in any query.
It is this code in your assets/xidax.css
.header-product .product__media-item.grid__item.slider__slide.scroll-trigger.animate--fade-in.is-active {
background: #effbef;
border-radius: 5px;
padding: 10px
}
It is background so you can just change it to white to match image’s backgrounds
.header-product .product__media-item.grid__item.slider__slide.scroll-trigger.animate--fade-in.is-active {
background: #fff;
border-radius: 5px;
padding: 10px
}
amazing thank you