Okay
  Public Ticket #298552
Header
Closed

Comments

  • Marina started the conversation

    Hi, I'm trying to remove the header from my page. I've tried to add .

    #header-space , #header-outer {

    display:none!important;

    }

    #header-secondary-outer {

    display: none!important;

    }

    but it's not working... the website is www.brasiliafablab.com.br.

    Thanks

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #page-header-bg {
        display: none !important;
    }
    .container-wrap {
        padding-top: 0px !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Marina replied

    it worked!

    Thanks!