Hello
I’m in last steps of my website creation and thanks you so much for all your past and future helps.
Well, I have a little visual problem.
Every picture I put in an article or page has a link and I love the box to see the whole set of pictures of an article.
But I want to disable this white fading and icon that appear when the mouse cursor comme on pictures. I would like pictures stay “normal”.
How can I disable them ?
Thanks a lot to the Kreisi community
Hi Dominique!
Which shortcode are you using? If it’s the regular image shortcode then add this to your custom CSS.
.avia_image .image-overlay {
display: none !important;
}
Best regards,
Elliott
Hey!
Please try following code instead
.image-overlay { display: none !important; }
Cheers!
Yigit
Thanks you very much. That works.
Problem Resolved.