Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #228297

    Hi, I noticed there was an old post on this topic, but when I applied the code provided, it changed the thumbnail display and not the main image.

    I’m hoping to prevent or speed up the white fade of the Main Image when hovering over the thumbnail photo in a Gallery. I’d prefer it not fade, but simply load when hovering over the associated thumbnail.

    Thank you!!

    #228609

    Hey ikaika72!

    Please add following code to Quick CSS in Enfold theme options under Styling tab to remove image overlay on gallery items

    .avia-gallery .image-overlay { display: none!important; }

    Cheers!
    Yigit

    #228615
    This reply has been marked as private.
    #229069

    Hi!

    Please go to wp-content\themes\enfold\js folder and open shortcodes.js file and find

    big_prev.stop().animate({opacity:0}, function()

    and change it to

    big_prev.stop().animate({opacity:1}, function()

    Regards,
    Yigit

    #229185

    Perfect! Thank you!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Gallery "Main Image" fade to white’ is closed to new replies.