Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206546

    http://cristinarichart.com/galeria-normal/
    Why when I use the normal gallery (not the masonry gallery) photos stay dark too long and when I put the mouse over the photo it goes darker instead of brighter and more outstanding?.

    #206633

    Hi fjrichart!

    You can add this on your custom.css or Quick CSS to decrease the opacity of the images on initial load:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: auto!important;
    opacity: .8;
    }

    Use this to make the opacity to 100% when hovered:

    #top .avia-gallery .avia-gallery-thumb a:hover {
    opacity: 1;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘gallery photos getting darker when mouse hover’ is closed to new replies.