In many blogger templates ( Mostly in classic blogger templates ) there is a navigational bar , top of the all ! Is makes the blog too much classic ! ( really , it makes the blog quiet ugly )
This is the way to hide it.
1. Edit your template
2. Press 'Ctrl' key and 'F' and find b:skin
Now you will find some codes similar to
<b:skin><!--[CDATA[/*
now paste following lines just after <b:skin><!--[CDATA[/*
#Navbar1
{
margin: 0;
padding: 0;
visibility: hidden;
display: none;
}
Now follow the Safety Saving Steps.
And
0 comments:
Post a Comment