And it's really easy to remove/hide the navbar from your blog just by following these easy steps.
Here we go:
Step 1: login to your blog
Step 2: click on the layout tab
Step 3:click on the edit HTML tab and you will see a code in your blogger template that looks like the code below:
/* Variable definitions
====================
<Variable name="mainBgColor" description="Main Background Color"
type="color" default="#fff" value="#ffffff">
<Variable name="mainTextColor" description="Text Color" type="color"
default="#333" value="#333333">
...
Step 4: add the following code above the code in step 3:
#navbar-iframe {
display: none !important;
}
Step 5 : click on save template and your done!!
No comments:
Post a Comment