Remove Hover Effect
I want to disable the hover effect on the pages listed below. However, if there is a global setting, I'd prefer to disable this on effect throughout the entire site.
[Links visible only for registered users]
[Links visible only for registered users]
[Links visible only for registered users]
[Links visible only for registered users]
Comments
do you mean hover effect on images?
.image_frame .image_wrapper img:not(.ls-l) { transform: scale(1) !important; }I don't understand how to use this. I tried it in the custom css of the theme options and in the custom class of the photo box.