
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: "touch-icon back-button rtl-reversible-icon" }’ name=’backArrowIcon’/>
</a>
</div>
<b:else/>
<div class=’hamburger-menu-container’>
<b:include data='{ iconClass: "touch-icon hamburger-menu" }’ name=’menuIcon’/>
</div>
</b:if>
<div class=’back-button-container’>
<a expr:href=’data:blog.homepageUrl’>
<b:include data='{ iconClass: "touch-icon back-button rtl-reversible-icon" }’ name=’backArrowIcon’/>
</a>
</div>
<b:else/>
<div class=’hamburger-menu-container’>
<b:include data='{ iconClass: "touch-icon hamburger-menu" }’ name=’menuIcon’/>
</div>
</b:if>
Now delete this code and insert the following code snippet
<div class=’hamburger-menu-container’>
<b:include data='{ iconClass: "touch-icon hamburger-menu" }’ name=’menuIcon’/>
</div>
<b:include data='{ iconClass: "touch-icon hamburger-menu" }’ name=’menuIcon’/>
</div>
Thank you very much. I really works.
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