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

    Hi
    I created hundreds of posts with images in my site.
    after doing that I saw every image has an effect when hovering on it (fade out and small circle with icons on it).
    I wanted to know if there’s an option to cancel all the effects on the images by adding one command to css section.
    I want to do it to avoid me going and changing each and every image manually.
    Thanks
    Barry

    #489017

    Hi barrygur!

    Add this to your custom CSS.

    .image-overlay, .image_overlay { display: none !important; }
    

    Regards,
    Elliott

    #489290

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove image hover effect entirly’ is closed to new replies.