<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/1195380423280070799?origin\x3dhttp://view-iheartit-tutorials.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
So , what you wanna do ?
Muse
Specs
Way Out
Credits
+ follow Dashboard
Remove Navigation Bar.
Friday, September 23, 20114:27 PM


Who want to remove navigation bar from their blog?

Follow the steps below here:

1) Dasboard>>Design>>Edit HTML

2) Press CTRL+F and search for this code

/*Variable definitions
3) Then copy the code below here here, and paste it above /* Variable definitions

#navbar-iframe {
display: none !important;
}
  4) Click preview, check if the navbar is removed. If yes, then you can click save.