Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #385885

    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

    #386413

    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

    #386625

    Thanks for your help.
    I write the code in Quick CSS window in the General Styling. It doesn’t work.

    I have to put this code in the CSS window of each picture ?

    To see what about I speak, here a link to an article.

    #387123

    Hey!

    Please try following code instead

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

    Cheers!
    Yigit

    #387321

    Thanks you very much. That works.

    Problem Resolved.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Stop white fading on photos’ is closed to new replies.