Blogger Hack: Hide the Navbar
The default Blogger navbar can look unprofessional. Hide it with this simple CSS.
The default Blogger navbar can look unprofessional. Hide it with this simple CSS.
#navbar {
display: none !important;
}
Paste this into your Theme > Customize > Advanced > Add CSS.
Join the conversation