Hide Navbar
How to Hide Navbar
Many blogger do not like the navbar up on their blog site.But They don't know how to hide the navbar.Here is the process I know.See the navbar below first.
The Blogger Navbar is a navigation and search bar on top of all blogspot blogs. It is available in several colors, and is configured in the Template tab in Blogger’s interface.
Step 1. Log in to blogger account
Step 2. On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog’s HTML.
3.Add the below html code as specified in the below picture.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
4. Save the changes.
Now, you can see your blog without that navbar.If you want the navbar to appear again,just remove that code and save the changes.
Video Tutorial:
Step by step in video:
7:01 AM | 0 Comments
How to Change favicon in blogger blog
How to Change favicon in blogger blog
Favicon is one small part of your blog design, usually blogger blogs have Blogger logotype as favicon, but you can easily change it to your favicon.
It can be your blog logotype or some funny small picture, for example 'smileicon'.
Ok, take your logotype (if you have it) or some picture or draw your own logo in Photoshop (or other graphic editing software).
Creating Favicon
After creating you logo you need to change size of it to 16x16 pixel. After that, save your logo in '.ico' format ( for example: my_favicon.ico ).
Installing Favicon
Now you need to install your favicon to Internet. You can use one of the free image hosting provider or Google Page Creator. Just upload your .ico file to your Google pages directory, like on the picture.
Installing Favicon to Blogger
Now you need to go to your Blogger account.
1. Click on 'Layout'.
2. Click on 'Edit HTML', Backup your template!.
3. Now, if you using google pages, you need to add the following codes right after the code:
*Change 'myname.googlepages.com' to your account address, change 'my_favicon.ico' to your favicon name.
4. Save Changes and Then View Your Blog. YaY ! You Done it !
1:39 AM | 0 Comments