• Resolved sntshkmr60

    (@sntshkmr60)


    I really like the isola theme developed by WordPress. I like that minimal theme.

    But one thing I don’t find useful is the left side bar which expands when clicking the menu button near to site’s name.

    As it’s not useful, I don’t want to keep that. How can I do that?

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    The easiest way is to simply hide the sidebar toggle.

    #menu-toggle {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable sidebar?’ is closed to new replies.