Tagged: link
Hi Support Team
I would like the hover effect as we have on the ‘shop the look’ https://www.atcarolines.ch/ to a simpe hover effect like smallte shadow .https://www.westwingnow.ch/
All the best,
Pascal
Hey Pascal,
to remove Enfold’s image hover use this code inside Quick CSS field:
.avia_transform a:hover .image-overlay {
opacity: 0 !important;
}
and for the new hover effect you can use something like this:
a:hover.avia_image {
box-shadow: -11px 10px 5px 0px rgba(0,0,0,0.75);
}
Adjust the values as needed. Refer to this site for more information: http://www.cssmatic.com/box-shadow
Best regards,
Andy
Hi Andy
Thanks, it works .-)
All the best,
Pascal
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Andy