Okay
  Public Ticket #1197069
Transparent Header Not Working
Closed

Comments

  • Ignyte Group started the conversation

    I have the transparent header set to "On" but it is not working. I've also tried it on pages with a nectar slider and it doesn't work there either.

  •  2,731
    Andrew replied

    Hi there,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    That's weird. 

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    body #header-outer, body[data-header-color="dark"] #header-outer {
        background-color: rgba(255,255,255,0.7)!important;
    }
    .full-width-section.standard_section {
        margin-top: -138px!important;
    }

    I hope this helps 

    Cheers! 

  • Ignyte Group replied

    So this works to make the header a little transparent permanently, but what I'm looking to achieve is the transparent header at the top of the screen which then turns solid when you scroll. 

    Exactly what is shown in this demo: http://themenectar.com/demo/salient-frostwave/

  •  8,441
    Tahir replied

    Hey Ron,

    Try the Force Transparency Option in the " Page Header Settings " Metabox :

      

    Thanks 


    ThemeNectar Support Team 

  • Ignyte Group replied

    That worked, thanks!