Archived topic
vertical menu link spacing; vertical menu background color
3 replies · Started by Mark on February 15, 2021
Hi, although I have a license for GP, I'm trying to build a site with just the free version of generatepress at neigc.info
I have managed to place the nav menu in the left sidebar.
However, I would like to
(1) decrease the spacing between menu links
(2) change the background color of the sidebar content area with the nav menu exits.
Any help would be appreciated. Thanks, Mark
Hi there,
1. Try this CSS:
.gen-sidebar-nav .main-navigation .main-nav ul li a {
line-height: 40px;
}
2. Try this CSS first:
https://docs.generatepress.com/article/changing-navigation-colors/
perfect!
Thanks
No problem :)