How To Remove Navbar Completely in Blogger

1.On your dashboard,Go to Template > Customise > Advanced > Add CSS



2. Copy and paste below code to the CSS field



#navbar-iframe{
display:none!important;
}
3. To reduce the hide, use code below:

#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}

0 comments:

Post a Comment