Archived topic
main menu
3 replies · Started by srimali on December 6, 2021
How do i make the main menu as per following
the above website i used generatepress theme and used max mega menu, it will be great if i could do withot max mega menu.
Thank you
Hi there,
apart from the Hover effect, which would possibly require Javascript, i can't see anything different on that menu then the default GP menu. What is it your having problems with replicating ?
Hi i want navigation menu shorter
Pls see both screenshots
https://prnt.sc/21zxd6r - i want it like this
https://prnt.sc/21zxi7n - this is longer
Appreciate your help,if possible
You would need to use CSS to add color to each individual menu item eg:
.main-navigation .main-nav ul li a {
background-color: #f00;
}
And in the Customizer > Colors set the navigation background color to transparent.