Okay
  Public Ticket #1146291
Gallery color overlay
Closed

Comments

  • Suzanne started the conversation

    Hi, I am trying to add an overlay to my image gallery, similar to when you hover, the image gets darker with an overlay. Can you supply me with the CSS needed to make a dark overlay appear on a specific gallery pre-hover? I do not want this to be a universal change as I will have other galleries that will not require the overlay. Example: http://new.artistictalentgroup.com/

  •  9,007
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .work-info {
        background: rgba(0, 0, 0, 0.42) !important;
    }

    Thanks


    ThemeNectar Support Team