Okay
  Public Ticket #2989471
canvas menu mobile change size
Closed

Comments

  •  3
    Jorge García started the conversation

    Hello, I'm sorry to ask so much, but I need your help again.

    In the mobile menu I can't change the size only of "nuestras tiendas", "quienes somos" y "ayda", when I change the font-size the size of the category menu is also changed and I only want the size of those sections to change.

    All the best.

  •  2,958
    Andrew replied

    Hello Jorge,

    The following CSS might help.

    #slide-out-widget-area.slide-out-from-right.material-open .off-canvas-menu-container:not(.mobile-only) li a {
        font-size: 20px;
    }
    

    Thanks,

  •  3
    Jorge García replied

    works perfectly, thank you very much