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
Hi barrygur!
Add this to your custom CSS.
.image-overlay, .image_overlay { display: none !important; }
Regards,
Elliott
thanks