QUIERO COLOCAR UN OVERLAY EN LA GRILLA DE PRODUCTOS DE LA HOME. (SOLO SOBRE LA FOTO DEL PRODUCTO) COMO PUEDO HACERLO?
Hey carmycurly,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
yes
this is the site:
I want to make the product photos, overlay when over the PHOTO ONLY
in the product grid (4 products) hover to 50% white for example
Hi,
try this code inside Quick CSS field:
#top .thumbnail_container img:hover {
opacity: 0.3;
}
and adjust as needed.
Best regards,
Andy