Okay
  Public Ticket #2306629
2nd header transparency
Closed

Comments

  • katiemac00 started the conversation

    Is it possible to make the 2nd header transparent when the primary header is transparent? 

  •  3,022
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/Script related:

    #header-secondary-outer {
        background: transparent;
    }
    

    Hope this helps.