Comments Brandon started the conversationMarch 22, 2016 at 11:37pmHow can I add a 5px border on the bottom of the navigation menu in color #fcce11? 8,992Tahir repliedMarch 23, 2016 at 12:15amHey ,Please use this option : http://prntscr.com/aine74 . Best. ThemeNectar Support Team Brandon repliedMarch 23, 2016 at 8:51amThat'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 repliedMarch 23, 2016 at 6:24pmI 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;} Sign in to reply ...
How can I add a 5px border on the bottom of the navigation menu in color #fcce11?
Hey ,
Please use this option : http://prntscr.com/aine74 .
Best.
ThemeNectar Support Team
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.
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;
}