Okay
  Public Ticket #712563
Add line under Navigation Menu (in header)
Closed

Comments

  • Brandon started the conversation

    How can I add a 5px border on the bottom of the navigation menu in color #fcce11?  

  •  8,992
    Tahir replied

    Hey ,

    Please use this option : http://prntscr.com/aine74

    Best.


    ThemeNectar Support Team 

  • Brandon replied

    That's not quite what I'm asking. I'd like to know how to add a border that runs full screen (left to right) on the bottom of the header.

  • Brandon replied

    I figured it out: 


    #header-outer[data-full-width="true"] header > .container, #header-secondary-outer[data-full-width="true"] > .container {
        border-style: solid;
        border-bottom: thick solid #Fee011;
    }