Okay
  Public Ticket #745395
White Space at top of page when using semi-transparent header
Closed

Comments

  • Bryan started the conversation

    When I make the header nav bar .5 opacity, it shows a solid white bar behind it that is displayed above the nectar slider.

    How can I remove this?

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#header-space {
        display: none !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Bryan replied

    Thanks, this worked.