Okay
  Public Ticket #320991
transparent header
Closed

Comments

  • L started the conversation

    Hi. Great theme.

    How do I change the custom header to be a transparent black, not solid?

    I've tried to change top header ...

    header#top {
    background-color: rgba(0,0,0,0.1) !important;
    }

    ...but this will also change the logo transparency.


  •  8,453
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #header-outer {
        background-color: rgba(0,0,0,0.1) !important;
    }
    
    
    
    Thanks 


    ThemeNectar Support Team