Woocommerce Image issue
-
Hi there, how do i disable the this .woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {. This shows up on my home page whenever I add a gallery image. I do not want this secondary image to show up on my home page but I do want to be able to add gallery image on my single product. Please help I have been trying to fix this issue for weeks. I found a solution to make the image better – (smaller) by using .woocommerce ul.products li.product .woo-entry-image-swap img {
width: auto;
}
.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
left: 50%;
transform: translateX(-50%);
}
But i just don’t want to have the image there at all. I just want the product image with nothing behind it on the homepage.The page I need help with: [log in to see the link]
- The topic ‘Woocommerce Image issue’ is closed to new replies.