Remove/hide burger menu only on pc

  • Author
    Posts
  • #124243

    Hi,

    I actually work on Bravada theme and I would like to know if it’s possible to hide the burger menu only on PC or to attribute an empty menu only on PC ? Maybe in the CSS ?

    I’m sorry for my English

    Thanks in advance

    #124610
    Zed
    Cryout Creations mastermind

    Hi,

    You can hide the main navigation with CSS:

    @media (min-width: 641px) {
       body .menu-burger {
           display: none;
       }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Remove/hide burger menu only on pc’ is closed to new replies.