The Grid: Disable image switching to first WooCommerce gallery image on hover

​Hi,

my question is how to stop The Grid switching to the first image of WooCommerce product gallery when hovering on a product? You can see it here (under “TrendBoxen”). I’ve tried everything but can’t find the option to disable this? Help! :)​

Thanks!

I already found the solution myself :slight_smile: There seems to be no option for this, only custom CSS:

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

where #grid-206063 is the ID of the desired Grid.

Hello Alexander,

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

Best Regards.

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