Okay
  Public Ticket #196506
Set transparency level for header
Closed

Comments

  • Judson started the conversation

    I am trying to reduce the transparency level on the header on pageload.  How can I do this with CSS?

  •  8,426
    Tahir replied

    Hey Judison!

    I am not sure what you mean. The header is transparent ?. 

    -T


    ThemeNectar Support Team 

  • Judson replied

    can I make the transparency an opacity of 50% instead of 0%?

  •  8,426
    Tahir replied

    Hey Judson!

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

    body div#header-outer[data-transparent-header="true"].transparent {
        background-color: rgba(255, 255, 255, 0.5) !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Judson replied

    AWESOME!  Thank you.  This feature would be a great one to add to the theme.

  •  8,426
    Tahir replied

    Thank you for the feedback. Will notify the author about this for future updates. 

    Cheers


    ThemeNectar Support Team