Site logo

Archived topic

main menu

3 replies · Started by srimali on December 6, 2021

Viewing posts 1–4 of 4

How do i make the main menu as per following

https://dusky.lk/

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 ?

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.

This archived topic is closed to new replies.