• Resolved pepelepew040

    (@pepelepew040)


    Hello,

    I currently have Responsive Menu set up to appear on screens smaller than 1000px. I am curious is there is a way to hide/remove the menu button/icon from the homepage. I would like for it to appear on every page except for the homepage. Maybe some CSS would work? I’m not sure how to identify the class name or id of the button to reference it, however.

    Any help is appreciated!

    Thanks

    John

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

Viewing 1 replies (of 1 total)
  • Peter Featherstone

    (@peterfeatherstone-1)

    Hi John,

    The below CSS should do it for the homepage:

    body.home #button#responsive-menu-button {
       display: none;
    }

    All the best

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Hide menu button from homepage’ is closed to new replies.