• Resolved Anonymous User 17812943

    (@anonymized-17812943)


    Hi,

    Just screwing around for now.

    I don’t want a menu for my site and that is fine on a full-width screen, but when I narrow it and on mobile that … Ellipsis Menu appears

    Is this a fault with the theme that still needs to be corrected, or can I fix it with some CSS?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    I think the theme just assumes you’ll have a menu. It hides well on desktop, but yeah the toggle is still there on mobile whether you have content in it or not.

    Add this via Additional CSS in the Customizer to hide it:

    .toggle.nav-toggle.mobile-nav-toggle {
        display: none;
    }
    Thread Starter Anonymous User 17812943

    (@anonymized-17812943)

    That is not working for me but I think you are in the right direction.

    Anonymous User 14254218

    (@anonymized-14254218)

    what exactly is not working using this solution?
    what is happening, when using this additional css? I doubt that nothing is happening.

    Thread Starter Anonymous User 17812943

    (@anonymized-17812943)

    I tried it again. It works. Maybe I pasted it in wrong.

    Thank you.

    Thread Starter Anonymous User 17812943

    (@anonymized-17812943)

    Forgot to click Resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Get rid of menu’ is closed to new replies.