Site logo

[Resolved] Desactivar menú secundario en móvil

Home Forums Support [Resolved] Desactivar menú secundario en móvil

Home Forums Support Desactivar menú secundario en móvil

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1348824
    Pedro

    Hola! Me gustaría desactivar/ocultar el menú secundario en la versión móvil.

    Intenté hacerlo con esta guía: https://docs.generatepress.com/article/disable-secondary-navigation-mobile-menu/

    Sin embargo, en vez de ocultarlo, lo que hace es mostrar todos los elementos del menú.

    ¿Podrían ayudarme con esto por favor?

    ¡Gracias!

    #1348854
    Leo
    Staff
    Customer Support

    Hi there,

    That documentation is for preventing the secondary navigation to turn into toggle – it’s useful when you add things like social icons.

    If you simply want to hide the secondary navigation, then try this CSS:

    @media (max-width: 768px) {
        .secondary-navigation {
            display: none;
        }
    }
    #1348855
    Pedro

    Hola Leo! Funcionó perfecto, gracias!

    #1348857
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.