• Resolved jayskibob

    (@jayskibob)


    We’re creating a one page wonder without need for a menu – but the menu dots still are there even though no menu items.

    How do I remove?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jayskibob

    You can use the following CSS to hide the 3 dots there:

    #nav-toggle {
       opacity: 0;
    }

    I’ve chosen to set the opacity to 0 instead of display: none since the latter would mess up the flow of the document since we would be removing the element.

    You should be able to add that directly into the ‘Additional CSS’ section of the customizer. You can get there from the dashboard by navigating to ‘Appearance > Customize > Additional CSS’.

    In the meantime, I will go ahead and write up a report on our Github issue tracker to account for this in a future update. Ideally, when no menu is set the 3 dots should not be visible at all.

    Thanks for pointing this out, and let us know if that helps!

    Evan

    Thread Starter jayskibob

    (@jayskibob)

    Legend

    I was almost there with the CSS

    Thanks a million

    Not a problem at all. Have a great rest of your week!

    Evan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove menu icon’ is closed to new replies.