Okay
  Public Ticket #479496
Black bar appearing at top of page
Closed

Comments

  • Graham started the conversation

    Hey!


    Running into an issue with my salient theme. A black bar maybe 10-20px tall started appearing up above my header. How do I get rid of this? After a search on your support forums, I found the below code, which colored the black bar white - until you start scrolling down. Any ideas? Thanks for your time!


    @media only screen and (max-width: 1000px) and (min-width: 1px) {

        #page-header-bg[data-parallax="0"] {
            margin-top: -25px !important;
        }
        header#top #toggle-nav {
            top: 25px !important;
        }
    }
    #page-header-bg[data-parallax="0"] {
        margin-top: -89px;
    }
    body {
        background-color: #fff!important;
    }
    


  •  8,854
    Tahir replied

    Hey ,

    You have the Secondary Header selected in Salient Theme Options Panel -> Header Section .

    Please turn it off.

    Thanks


    ThemeNectar Support Team 

  • Graham replied

    That worked perfectly. Guys, thanks for your time on this!