Archived topic
Custom NavBar colors
1 reply · Started by Óscar on September 18, 2018
Is there anyway to change the navbar colors?
Currently I have applied a custom CSS line that aligns the navigation bar with my logo and change the background:
.main-nav {
margin-top: 2em
}
.inside-navigation, .site-header {
background: white;
}
I'd understand that there was no possibility to align the navigation, but to change the link, hover, background colors...?
Thanks.
Hi there,
I believe this method will help with what you are wanting to achieve:
https://docs.generatepress.com/article/navigation-logo/
Then all the color settings should be in the customizer:
https://docs.generatepress.com/article/colors-overview/
Let me know if this helps :)