How To Show Menu Icon In All Pages In Contempo Blogger Theme

Google Blogger Blogspot Free Tips And Tricks

Blogger team released 4 new themes (previously known as templates) for bloggers. Namely Contempo, Soho, Emporio and Notable. These are more advanced from the previous themes but some SEO improving features are not present or locked, but if you try a bit you can make it more attractive.
Here I’m discussing about showing menu icon (Hamburger) in all pages in Contempo theme.
By default menu icon (Hamburger menu icon) visible in home pages and label pages, in item page or post page it changes to a left arrow home button, but to show it in all pages is possible with a little trick.
Let you see how its possible…
Go to your blogger dashboard
In left sidebar find theme, then edit html, then search for this code (hit ctrl+f)

<b:if cond=’data:view.isSingleItem’>
<a class=’return_link’ expr:href=’data:blog.homepageUrl’>
<b:include data='{ button: true, iconClass: &quot;back-button
rtl-reversible-icon flat-icon-button ripple&quot; }’
name=’backArrowIcon’/>
</a>
<b:else/>
<b:include data='{ button: true, iconClass:
&quot;hamburger-menu flat-icon-button ripple&quot; }’
name=’menuIcon’/>
</b:if >


After finding this code you have to delete this. After deleting this code insert this code snippet
 <b:include data='{ button: true, iconClass: &quot;hamburger-menu
flat-icon-button ripple&quot; }’ name=’menuIcon’/>
 
Click save. Ok you are done. Now in all pages the menu button will appear like this
 

 

Share your love

Leave a Reply

Your email address will not be published. Required fields are marked *