• Resolved 0utf1t

    (@0utf1t)


    Hello,

    how can I change hover image opacity. When I hover thumbnail images opacity is less then 1, but I want to change it to 1. How can I do that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @0utf1t,

    Thanks for reaching out,

    To increase the opacity of the image on hover mode, please use the following CSS code inside WordPress Dashboard > Appearance > Customize > Additional CSS:

     .ngg-gallery-thumbnail img:hover {
    opacity: 1!important;
    }

    I hope this helps! Could you please let me know if you have any questions?

    Thanks!

    Hi @0utf1t ,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hover image opacity’ is closed to new replies.