Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #356233

    Hi, I would like to disable the hover effect on images – http://screencast.com/t/KE4Ug1161fKi. How can I do that?

    Thanks.

    #356512

    Hey DROR!

    Thank you for using Enfold.

    Use this on Quick CSS:

    .avia_transform a .image-overlay {
    display: none !important;
    }

    Regards,
    Ismael

    #372039

    Thanks. Is there a way to just remove the fade effect that is happening on the entire image and leave the arrow that’s popping up?

    #372082

    Hi!

    Please add following code to Quick CSS

    .image-overlay { background: transparent !important; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.