Dear support team
is it possible to add some kind of hover effect in the product-grid (gallery) element?
Image zoom / some color overlay ?
I found here a code that changes the title color but I’m more into adding something on the image area, similar to the portfolio grid effects.
thanks in advance
Elad.
Hey VJLoops-GT,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hey Victoria
this is the store page with the product grid element.
I just asked if it’s possible via CSS or something to add some hover FX when you put your mouse on the item.
just like what happens here: https://byroni.co.il/product/%d7%91%d7%92%d7%93-%d7%94%d7%99%d7%9d-%d7%a9%d7%9c-%d7%a8%d7%95%d7%a0%d7%99-%d7%9b%d7%97%d7%95%d7%9c/
but different…
for example a zoom-in effect or some color overlay.
thanks in advance!
Elad.
Hi Elad,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div .products .product a:hover {
filter: grayscale(0.8);
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Vicrotia
thank you so much!
have a great weekend
Elad.
Hi Elad,
Glad we could help :)
Thank you and you too!
Best regards,
Victoria