• Resolved peteryacono

    (@peteryacono)


    Hi everyone.

    Thank you for your great theme.

    I’m using this template as a very small one-pager.

    I was wondering if it’s possible to remove the menu bar/button (the button/image with three horizontal lines) from the page? Both on mobile and desktop versions. What is the best way to go about this?

    Thank you kindly x

    Peter

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Peter, glad you like Bushwick.

    The easiest way to remove the toggle icon at the top right is by adding some custom CSS to hide it:

    #site-navigation {
        display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten when the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter peteryacono

    (@peteryacono)

    Awesome. Worked a treat. Thank you.

    Glad that did the trick, you’re very welcome.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Removing Menu Bar/Button’ is closed to new replies.