Hello,
I want to hide the first and the second images on my product page, or hide a specific images, I use Ella Theme
I’m trying a lot of solution my without resultat if someone can help me.
Hello,
I want to hide the first and the second images on my product page, or hide a specific images, I use Ella Theme
I’m trying a lot of solution my without resultat if someone can help me.
Hello @ameliaprints ,
You can try to follow these steps:
.product-image-class:nth-child(1),
.product-image-class:nth-child(2) {
display: none;
}
Replace .product-image-class with the appropriate CSS class or selector for the product images you want to hide. You can typically find this information by inspecting the HTML elements using your browser’s developer tools.
Hope this can help. Let us know if you need any further support.
Ali Reviews team.