Okay
  Public Ticket #244302
Image gallery hover color
Closed

Comments

  • Ian started the conversation

    hello,

    I don't want the opaque black color on my Image Gallery element (i do want the zoom effect). I've noticed you have helped people wanting the same on a portfolio element, but i can't find any CSS for disabling hover color for an Image Gallery.

    I have tried this with no luck:

    body .image_grid-items .work-info-bg {

    background-color: none !important;

    }

    Thank you,

  •  8,839
    Tahir replied

    Seems like you got it sorted. 

    Thanks


    ThemeNectar Support Team 

  • Ian replied

    ah, no i don't. Please help.

  • Ian replied

    To be clear. There is a black opaque color over my images. I don't want that effect. 

    thank you

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    body .portfolio-items .col .work-item.style-3 .work-info-bg {
        background: none !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Ian replied

    Thank you so much! you made my day!!