[Resolved] CSS ocultar hamburguesa

Home Forums Support [Resolved] CSS ocultar hamburguesa

Home Forums Support CSS ocultar hamburguesa

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2302863
    Alejandro

    Buenos días, me gustaría ocultar la hamburguesa de navegación del segundo menú inferior. Para que en móvil sólo se vea un icono de menú.
    El segundo menú en móvil me gustaría mantenerlo sólo con la flecha.

    ¿Podrían indicarme que CSS colocar?

    Muchísimas gracias

    #2302866
    Fernando
    Customer Support

    Hi Alejandro,

    To have a better understanding of the issue, may you kindly provide the link to the site in question?

    You may use the private information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Hope to hear from you soon.

    #2302888
    Alejandro

    Claro! Disculpe.

    Sería en MundoEntrenamiento.com (versión móvil) la sección segunda de menú, me gustaría eliminar el icono de navegación izquierdo.

    Gracias!

    #2302897
    Fernando
    Customer Support

    Here’s something you may try adding in Additional CSS:

    @media (max-width: 768px) {
        button.menu-toggle.secondary-menu-toggle:before {
            display: none;
        }
    }
    #2302991
    Alejandro

    Gracias! Ya está solucionado

    #2303727
    Fernando
    Customer Support

    You’re welcome Alejandro!

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