So I am using Modern Tribe Events and want to use the Photo view. It looks great except when I hover over the photos there is some kind of hover effect that makes them image smaller or adds padding? I tried editing the avia.js file but, that messed up other items. Tried some CSS but, nothing seems to take of the ‘mouse-over’ effect. Is there any way to turn it off.
Thanks so much!
Lane
Hey Lane,
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
#top .all_colors .ecs-thumbnail .image-overlay {
pointer-events: none;
visibility: hidden;
display: none !important;
transition: none;
}
.ecs-thumbnail {
pointer-events: none;
transition: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks that worked!!
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,
Basilis