hiding navigation bar blogger

there is a new way for hiding navigation bar blogger. i use a css technique

if you want hiding navigation bar just add new widget html and then put this css script

<style>#navbar {display:none}</style>


or put in any html widget was appear in your blog

Comments