This topic has 8 replies, 3 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
Hi,
Can you tell me whats going on with the image, when I hover my mouse over the image it enlarges, which is what I want but the background image is still there and it all just looks weird
Hello @Jay545452,
Thank you for your inquiry. We would like to explain that the single product image and the zoom image are two different elements. Unfortunately, our theme does not have the option to set the background of the single product main and zoom image as transparent. However, you can try using the following custom CSS code:
.zoom-on .main-images a.zoom, .zoom-on .main-images img.zoomImg {
background: transparent !important;
}
Please note that this code will only work for the zoom images, not for the main images behind the zoom image. This is because the main image is over the page background, so it is adapting the page background color, which is not transparent. If you change the page background color to transparent, it will also apply to the main image.
We hope this clarifies the matter. Further changes may require extra customization.
Best Regards,
8Theme’s Team.
Hi,
Thanks for replying but no thats not what I meant, I dont want it to be transparent.
If you have 2 images in the gallery like in the link I provided, if you use zoom on one of the images you can see the image behind it, if I removed one of those images so just had the featured image and then used zoom it doesn’t happen.
Your are welcome to add and remove gallery images from the link above in the private area to see what I am on about. I don’t believe its acting the way it should be
Hello, Jay545452
What browser do you use?
You uploaded png images with transparent background.
Sorry, but your request is a bit unclear to us.
Did you add the custom code? Please delete the code then record a video or provide new screenshots and describe the desired result in more detail.
Thanks in advance.
Best Regards,
8Themes Team
I am not too sure what is happening as it is not doing it now. Will get back to you once I have found out whats happening
Hello,
I’ve added custom CSS code:
.zoom-on .main-images a.zoom, .zoom-on .main-images img.zoomImg {
background: white !important;
}
Best Regards,
8Themes Team
Ah thats great thank you 🙂
You’re welcome!
Best Regards,
8Themes Team
You must be logged in to reply to this topic.Log in/Sign up