Web statistical data was not getting collected from Google Analytics on our Magento eCommerce installation.
How to Remove the Blogger NavBar?
We’re doing many Blogger conversions this month and Blogger has decided to keep the Blogger Navbar intact. (i.e. we can’t switch it off).
We’re not a big fan and wanted to remove it.
Here is how we removed the Blogger NavBar.
- Login to Blogger
- Click on the Template tab
- Add this code to the <head> tag:
<style type="text/css">
#navbar-iframe {
display: none !important;
}</style> - Click the Save Template Changes button
- You’re done
This Post Has 0 Comments