Archived topic
MAIN MENU different TOP MENU (or sticky menu)
6 replies · Started by afuente26 on September 7, 2021
Hello,
the menu of my page must be different from the top menu (or sticky menu), because I want to use CSS which only has to be used in the main menu.
I´m becoming crazy. Is there any way? I send a screenshot.
Thanks
Angel
Hi there,
Not sure if I fully understand the request.
Can you explain a bit more?
Thanks.
I want to apply some style to the menu you can see on the image
https://www.multiinformatica.es/generatepress/1.JPG but without affecting to the menu on the image
https://www.multiinformatica.es/generatepress/2.JPG
Is it possible to handle both separately?
maybe with?
#site-navigation .inside-navigation {
...
}
Try this:
.main-navigation:not(.navigation-stick) .inside-navigation {
}
And to exclude also the sub-menu, is this possible?
Looks like you've opened a separate topic for that so we will handle it there.
Thanks!