Home Forums Basel support forum Mobile menu

Mobile menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #890

    elodie
    Participant

    Hi,

    is it possible to hide the categorie image in mobile menu ? (in my case this is a bicycle) (but let it in the desktop one…)

    Maybe a little css, so that I don’t have to duplicate the menu ? 😉

    Thanks!!

    #892

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code to fix the issue

    .mobile-nav ul .sub-menu-dropdown {
        background-image: none;
        width: auto;
        min-height: 0;
    }
    #894

    elodie
    Participant

    perfect ! ticket closed

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Mobile menu’ is closed to new replies.