in your Dashboard select the blogs you wish to hide the Navbar.
click Layout.
click Edit HTML in the Layou.
Below you will see a part of the HTML.
on the top of "/* Variable definitions"
paste the CSS definition..
#navbar-iframe {
display: none !important;
}
copy the "#navbar-iframe {
display: none !important;
}" and paste below , as you see above the variable definitions..
-----------------------------------------------
Blogger Template Style
Name: Minima Stretch
Designer: Douglas Bowman / Darren Delaye
URL: www.stopdesign.com
Date: 26 Feb 2004
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}
/* Variable definitions
====================
After that click SAVE TEMPLATE, Then click view blog..
You see no more Navbar.
No comments:
Post a Comment