Archived topic
Navigation: Bottom line
3 replies · Started by Annika on April 23, 2018
Hi,
I am wondering how to give the main navigation a line on the bottom.
It should look exactly like the navigation that is shown when i scroll down a bit (navigation is gone) and then scroll up (navigation shows WITH line).
Best,
Annika
Hi there,
Try this CSS:
#site-navigation, #sticky-navigation {
border-bottom: 1px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
this worked perfectly again. Thanks a lot for your great help. Generatepress rocks :)
No problem :)
Glad I've been helpful!