Remove The Grid's Hover Effect

Hello,

I use The Grid to show woocommerce products in my site.

The problem is when I hover the mouse over the grids, it shows the second image (so, it loads the Featured Image + 1st Gallery Image of each product)

This increases the page size a lot, especially when the images are in high quality.

How can I disable this hover effect and only show the featured image of the products in the grids? (this will cut the page size in half)

Thanks

Hi There,

Unfortunately, there is no option to disable the alternative product image.

We can only hide it by using the custom CSS:

.tg-item-image.tg-alternative-product-image {
    display: none;
}

Regards!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.