Okay
  Public Ticket #3075077
Make Secondary Header Transparent
Closed

Comments

  •  4
    Casey started the conversation

    Hey there. I'm trying to get the secondary header transparent and can't figure out a setting or CSS for the life of me. Can you help me out?

    Thanks!
    Casey

    PS. I have extended support and it says I'm verified when I put that the ticket is for salient theme, but when I hit submit it says my license has expired... 

  •  1,661
    Judith replied

    Hello Casey,

    Thanks for keeping in touch.

    Please send in your website URL so that we can provide CSS for it.

    Thanks.

  •   Casey replied privately
  •  8,464
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    div#header-secondary-outer {
        background: transparent !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Casey replied

    Thank you! I was so close with the CSS I was trying, but couldn't quite get it. This did it though! Thank you so much.