Using the new layout:
- Go to the Template page
- Click "Edit HTML"
- At the warning message click "Proceed"
- Search for the "
body {"
tag - Note: You may find several matches
- It will be located under template-skin area
- Copy and paste:
- Save your changes
#navbar { height: 0px; visibility: hidden; display: none; }
3 comments:
It is my first time to learn that the Blogger Nav Bar can be removed. Thanks.
Depending on the type of template and layout you have you might have to change the location of this text.
If you want to hide, remove or disable the "Powered by Blogger" footer from the blog you can use the Template Designer. Go to Advanced\Add CSS and put this in:
div.feed-links,#Attribution1{display:none;}
Post a Comment