Okay
  Public Ticket #189279
disable header/ menu
Closed

Comments

  • Travis started the conversation

    Hello - I'm setting up a placeholder site and would like to disable the header entirely. Even without populating a menu and setting the background color to match my main content, I still get "no menu assigned" and a drop shadow. (I managed to disable the search window thanks to a support ticket you posted.)  It's only for a month but it will make a difference to us. Thanks!  

    While we're at it, can you tell me how to disable or add a background color to the 10 px white line that appears above the legal footer?

    Travis

  •  8,838
    Tahir replied

    Hey Travis!

    Please see FAQ: http://themenectar.ticksy.com/faq/2077

    Also use this css to remove the line:

    body > div.home-wrap {
        padding-top: 0px;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Travis replied

    Thanks  -  the footer is now gone, but the header and the line remain. I did get one alert/ error message that said "div.home-wrap" is overqualified; use just ".home-wrap"

    I tried that change it but it did not appear to make a difference.

    thanks for any input!

    travis

  •  8,838
    Tahir replied

    Hey Travis!

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

    .home #header-space ,.home #header-outer {display:none;}

    Cheers


    ThemeNectar Support Team 

  • Travis replied

    Thanks - that worked!  Only trick is now instead of the header there is a black stripe where it used to be. Is there a way to give that area a background web hex color?

  •  8,838
    Tahir replied

    Hey Travis!

    Seems like you got it sorted as i dont see any black stripes. 

    Cheers


    ThemeNectar Support Team