• 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 1 replies (of 1 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!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.