Archived topic
Match Primary Menu Background to Header Instead of Body?
8 replies · Started by Tom on June 29, 2020
Sorry - not quite sure how to get a photo in here. https://imgur.com/a/wrQCwno
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Done! As you'll see, the silver starts at the top of the primary nav. Would like it to start after.
Thanks :)
Think we need to trick it a little bit.
Can you set the navigation width to full first.
https://docs.generatepress.com/article/navigation-layout/#navigation-width
Then I'll try some CSS.
Done!
Try this CSS:
#site-navigation {
background-color: #ffffff;
}
.main-navigation .inside-navigation {
background-color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Perfect! Thanks a lot, Leo.
No problem :)