The attribute that tells about navbar is "#navbar"
how to remove navbar follow the following easy steps
⇒ Sign in to your Blogger account and click on Design
⇒ Click on Template Designer
Template Designer will take your blog to it .
⇒Now click on Advanced button on left side of the screen
After that the whole designer of font colors and background etc will open. Scroll it down and click on the last option "Add CSS"
⇒ Click on Add CSS and add the code
Code:
#navbar{
visibility:hidden;
display:none;
}
Click on Apply template on the top of the screen and see.
Template Designer will also show you in Preview below the designer screen





No comments:
Post a Comment
leave your Remarks Here