Comments 2jlnewell started the conversationMarch 7, 2017 at 3:34pmCan you tell me what the css class is for the top nav that will allow me to add a 1 or 2 px grey line to the bottom of the top menu?I have tired header, header-top, header-outer, topThank you again 8,999Tahir repliedMarch 7, 2017 at 5:00pmHey Again,Please have a look at this Article :http://themenectar.com/docs/salient/theme-options/header-navigation/#animation-effects . Be.st ThemeNectar Support Team 2jlnewell repliedMarch 8, 2017 at 4:44amWell i have tried about 40 different CSS classes to try and get it. Can i have a hint please?This is what i currently havebody header#top nav { border-bottom: 2px; border-bottom-color: #000000;} 8,999Tahir repliedMarch 8, 2017 at 6:01pmYour Child Theme is not correct. Switch to the Parent Theme and use only the Salient Theme Options Panel field to customize the look of your header . Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : div#header-outer { border-bottom: 2px solid #000 !important; } Thanks ThemeNectar Support Team Sign in to reply ...
Can you tell me what the css class is for the top nav that will allow me to add a 1 or 2 px grey line to the bottom of the top menu?
I have tired header, header-top, header-outer, top
Thank you again
Hey Again,
Please have a look at this Article :http://themenectar.com/docs/salient/theme-options/header-navigation/#animation-effects .
Be.st
ThemeNectar Support Team
Well i have tried about 40 different CSS classes to try and get it. Can i have a hint please?
This is what i currently have
body header#top nav {
border-bottom: 2px;
border-bottom-color: #000000;
}
Your Child Theme is not correct. Switch to the Parent Theme and use only the Salient Theme Options Panel field to customize the look of your header .
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team