Okay
  Public Ticket #244289
Header stays transparent
Closed

Comments

  • Buildarchviz started the conversation

    Hi.

    I would like to know how I can keep the header always transparent. 

    Thank you.

  •  8,839
    Tahir replied

    Hey!

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

    html body #header-outer[data-transparent-header="true"] {
        background-color: transparent!important;
        box-shadow: none!important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        border-bottom: 1px solid rgba(255,255,255,0.25)!important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Buildarchviz replied

    Thank you! Works Perfect.

    I send the same question again. Sorry, my mistakte. You can just delete it.