This topic has 2 replies, 2 voices, and was last updated 2 months, 1 weeks ago ago by Jack Richardson
Hi, it appears transparent images dont play nice with this theme when you hover over a product image. Is there a simple code fix for this please?
https://staging.mamiina.co.uk/shop/purple-teething-ring/
Hello @Steveb
You can try to add next custom CSS snippet to your Theme Options -> Theme Custom CSS -> Global CSS:
.swiper-wrapper img[src*=png] {
background: var(--et_container-bg-color,#fff);
}
This snippet makes all your images in png format that are displayed in sliders to have the white background.
Kind regards, Jack Richardson
You must be logged in to reply to this topic.Log in/Sign up