Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Support request] Create a secondary menu different by category

Home Forums Support [Support request] Create a secondary menu different by category

Home Forums Support Create a secondary menu different by category

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2254806
    Fernando
    Customer Support

    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.

    #2255753
    Ismael

    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! 🙂

    #2255764
    Ying
    Staff
    Customer Support

    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;
    }
Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.