Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25380

    Hi,

    I’d like to completely remove all hover effects on the images in Enfold. I found this code in another thread here:

    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }

    But this only removes the overlay icon, the opacity effect on images is still there. Can you guys help me out? :)

    Michael

    #126725

    Hi,

    The overlay is a css background color with a % transparency. To remove it please use this

    #top .image-overlay {
    background: rgba(255, 255, 255, 0);
    }

    Thanks,

    Nick

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing Image Overlay’ is closed to new replies.