Site logo

Archived topic

Create a secondary menu different by category

17 replies · Started by Ismael on June 8, 2022

Viewing posts 16–18 of 18

Hi Ismael,

1. Yes, you’re right, you should set it to “No Navigation”.
2. Glad it’s working. Now, you can modify its colors through Appearance > Customize > Colors > Secondary Navigation.

Kindly let us know how it goes.

Hello! this looks promising, look how it looks now: https://pedazosdemundo.com/como-moverse-en-bangkok/ :)

One thing that happens now and I don't understand, is the bad setting in the mobile version. In mobile, the menu transforms itself into a thing called "menu entradas" that I can't recognize, I don't know where in the settings is this. The ideal output from the menu on the mobile version, is unfolding the links that I have in the desktop version

After this issue gets fixed (or in parallel), I would like to know how to make both menus (main and secondary) sticky

Thank you wonderful team! :)

1. You can change the mobile menu label at Customizing > Layout > Secondary Navigation.

2. To make the secondary navigation expanded normally, can you add this CSS:

.secondary-navigation.toggled ul {
    display: block !important;
}

3. To make secondary navigation sticky:

.secondary-navigation {
    position: sticky;
    top: 70px;
}
This archived topic is closed to new replies.