Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #439938

    I know I can change the color of the linked image overlay effect, but can I make the overlay just appear harshly rather than slowly fading in? I would prefer it if the effect was immediate.

    Thanks for your time,

    Daniel

    #439940

    Hi Daniel

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_transform a .image-overlay {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
    }

    Best regards,
    Yigit

    #439946

    You rock, thank you!

    • This reply was modified 9 years, 6 months ago by kroemer08.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Linked Image Overlay : Removing Slow Fade’ is closed to new replies.