[Resolved] UberMenu and Menu link in mobile view

Home Forums Support [Resolved] UberMenu and Menu link in mobile view

Home Forums Support UberMenu and Menu link in mobile view

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #555571
    rex wickham

    Hi
    My site is showing two menus when in mobile view. The second one is from Ubermenu and actually works!

    https://imagebin.ca/v/3z1upRPSahWg

    I tried hiding the GP/WP generated menu with CSS I found on your site but it only removed the word ‘Menu’ not the entire bar.

    Any suggestions would be great, thankyou

    #555823
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        body .main-navigation .menu-toggle {
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #555831
    rex wickham

    That’s great and works perfectly. Thankyou Leo.

    #555926
    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.