Okay
  Public Ticket #1297232
navigation background
Closed

Comments

  •  1
    breakthroughmarketing started the conversation

    I would like to put a color behind the navigation background only and not the entire header to separate the navigation bar from the header. How can I do that?

  •  8,470
    Tahir replied

    Hey Again,

    You will have to turn on the Full Width Header in Salient Theme Options Panel -> Header Navigation Section .

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

    #header-outer[data-lhe="animated_underline"] header#top nav:before {
        background: #d6d0b8 !important;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: -15px;
        left: 0px !important;
        padding-top:15px
    }

    Thanks


    ThemeNectar Support Team