Skip to main content

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

Popular posts from this blog

How to show full post on the home page using Contempo theme?

1. Log in to  Blogger.com 2. Click Layout then click at pencil icon of the Featured Post gadget. 3. Untick Show Featured Post then click Save 4. Click at pencil icon of the Popular Posts gadget. 5. Untick Show Popular Posts then click  Save 6. Click  Theme->Edit HTML 7. Scroll down to line  3578  then remove the code below. < b:if cond = 'data:view.isSingleItem' >      < b:include data = 'post' name = 'postBody' /> < b:else />      < b:include data = 'post' name = 'postBodySnippet' />      < b:include data = 'post' name = 'postJumpLink' /> </ b:if > After that, please paste the code below. < b:if cond = 'data:view.isSingleItem' >      < b:include data = 'post' name = 'postBody' /> < b:else />      < b:include data = 'post' name = 'postBody' /> </ b:if > 8. Click