Okay
  Public Ticket #989584
Title hover background
Closed

Comments

  •  2
    Cliff started the conversation

    Hi, my client wants to get rid of the title of the background when hovered. How can I do that(not the image overlay color, but the text box background)? Thanks.

    http://brandlive.cliffordlin.com/home/projects/

  •  8,996
    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) :

    .vert-center {
        background: rgba(0, 0, 0, 0) !important;
    }

    Thanks


    ThemeNectar Support Team