How To Show Menu Button In All Pages In Soho Blogger Theme

Google Blogger Blogspot Free Tips And Tricks
If you are using Soho Theme in your blogspot blog, then you may see that the menu icon- hamburger sidebar button changed to a left arrow home button in post pages. This is ridicules for your users and may decrease your SEO. To resolve this you have to do a simple work
Soho theme sidebar menu icon

 

menu icon changed to home button

 Go to your blogger dashboard
Find theme
Click edit HTML
Then hit Ctrl+f
find the bellow code snippet

 <b:if cond=’data:view.isPost’>
<div class=’back-button-container’>
<a expr:href=’data:blog.homepageUrl’>
<b:include data='{ iconClass: &quot;touch-icon back-button rtl-reversible-icon&quot; }’ name=’backArrowIcon’/>
</a>
</div>
<b:else/>
<div class=’hamburger-menu-container’>
<b:include data='{ iconClass: &quot;touch-icon hamburger-menu&quot; }’ name=’menuIcon’/>
</div>

</b:if>
Now delete this code and insert the following code snippet
<div class=’hamburger-menu-container’>
<b:include data='{ iconClass: &quot;touch-icon hamburger-menu&quot; }’ name=’menuIcon’/>

</div>
 Now your theme looks like this
 
Soho theme menu shown in all pages
  

Now You Are Done.

Share your love

2 Comments

  1. hi there
    Hi
    You have a great blog.
    Came looking for some help on with my hamburger icon not showing up on my blog.
    I have changed the theme of the blog several times only to locate the icon. I have changed the icon colour going into the header options still no luck.
    I know the button is functioning as when I move the cursor around the hamburger, it works but the icon just doesn’t show up. I’m using the SOHO theme in blogger and this is my url.
    letscurry(dot)co(dot)uk

Leave a Reply

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