If you are a blogger - esp. who use blogger.com - perhaps you sometimes asked, "How can I hide navbar on the top of my page?"
It's pretty easy to do. You just need to do the next:
- Log in to your blogger.com account!
- Click "design" tab/link!
- Then click "edit HTML"!
- Turn your "Find" menu by press Ctrl+F!
- Then, type ]]>
- After finding ]]>, next you just need to type #navbar{display:none;} before it. So, it will be #navbar{display:none;}]]>
- At last you just need to click "Save"
Happy trying!
No comments:
Post a Comment
Please type your comment here!