Bloggers like to customize their own blog design by tweaking the HTML and CSS code or maybe you are not familiar with any CSS coding ever. Have you ever thought that “My template is so pretty, but I don’t want the blogger navigation bar show on the top of the page, it just ruin my design” ?
Today we’re going to teach you a simple technique to remove (Not really remove since you can’t do that on Blogger, but you could hide it) the blogger top navigation bar.
Step 1 First, from the control panel, go to ‘Design’ -> ‘Edit HTML’
Step 2 Copy and paste the following code into the template, the code should be placed after and before , or the best place you could place is finding body{ ... } and paste above it just as shown in the picture below, then click ‘save template’. #navbar { height: 0px; visibility: hidden; display: none; }
Today we’re going to teach you a simple technique to remove (Not really remove since you can’t do that on Blogger, but you could hide it) the blogger top navigation bar.
Step 1 First, from the control panel, go to ‘Design’ -> ‘Edit HTML’
Step 2 Copy and paste the following code into the template, the code should be placed after and before , or the best place you could place is finding body{ ... } and paste above it just as shown in the picture below, then click ‘save template’. #navbar { height: 0px; visibility: hidden; display: none; }
0 comments:
Post a Comment