Hello,
Cant find the css relative to image product hover. I wanted to add a border effect, like i have in the button below of image.
like that, when hover on image
the css i have in the buttton
.content-product .button:hover{-webkit-box-shadow: 2px 2px 25px 6px #FF3232; box-shadow: 2px 2px 25px 6px #FF3232; background: linear-gradient(
135deg
, #FFADAD 40%, #B22323 50%, #7C1818 60%);}
.content-product et-element-active{-webkit-box-shadow: 2px 2px 25px 6px #FF3232; box-shadow: 2px 2px 25px 6px #FF3232; background: linear-gradient(
135deg
, #FFADAD 40%, #B22323 50%, #7C1818 60%);}
THanks a lot for the help