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

    Hello,

    Currently there is a white opacity overlay when you mouseover on the images on gallery
    please see this link

    how do i remove it ?
    thanks

    #704849

    Ok i got it

    add this code to your css to remove the white overlay

    pointer-events: none;

    make sure it is targeting the right element
    for my case above, it is this class

    .avia-gallery-thumb {
    pointer-events: none;
    }

    #704853

    Hey!

    That will make your thumbnails unclickable. Please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay ” and disable it :)

    Regards,
    Yigit

    #704854

    Hey Jon,

    On the example link you provided us I do not see any image overlay.

    If you still need help with it please refer to this link http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    Best regards,
    Vinay

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