Can you tell me which lines of JS/CSS code I must comment out, in order to disable the image hover on products, in the category view? The customer just wants to show the image with a link to the product page (which is the case if the hover would be disabled).
You could use css to disable image hover on products.
you go to file global.css (path .../theme/css/global.css), edit this file and find the following phrase ".hover-image" and add this line code "display:none;" as same image
Hi,
Can you tell me which lines of JS/CSS code I must comment out, in order to disable the image hover on products, in the category view? The customer just wants to show the image with a link to the product page (which is the case if the hover would be disabled).
All the best,
Jeroen
Hi.
You could use css to disable image hover on products.
you go to file global.css (path .../theme/css/global.css), edit this file and find the following phrase ".hover-image" and add this line code "display:none;" as same image
All the best!
Best Regards,
Criss - FieldThemes