Shopify themes, liquid, logos, and UX
Can't Remove this phantom green border/overlay from my theme no matter what I try...
store URL https://shop.xidax.com/
Solved! Go to the solution
This is an accepted solution.
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
}
Please always share store url in any query.
This is an accepted solution.
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025