Saturday, February 23, 2019

How can I remove or disable the hamburger menu and the sidebar from the blog that use Contempo theme?

1. Go to Blogger.com > Theme > Customize
2. Choose Advanced > Add CSS
3. Add the code below into the box
.hamburger-menu {
    visibility: hidden;
}4. Click Apply to Blog