
Here's a code to hide the navbar provided by default, from your blog.
Goto Layout and further goto Edit Html tab.
Now find the head section
Paste the following code above
#navbar-iframe { display: none; }#navbar-iframe { display: none; } Save it. Your navbar gets hidden.
0 comments:
Post a Comment