Showing posts with label blogspot. Show all posts
Showing posts with label blogspot. Show all posts

Tuesday, November 13, 2012

Remove Top Navbar from a Blogger/Blogspot Blog

Blogspot or Blogger by Google is a great blessing for all those bloggers who want to speak their heart out to the Internet World! With no setups, or other complications, a person is all sett instantly to start writing their blog :)

The by default Navbar which is on the top of a blogspot blog is sometimes not liked by a blogger. I also removed it because I didn't like it. Just a little CSS is all that is needed for this. Lets do it now.




Steps to remove Navbar from Blogspot blog

Go to your blog's settings page, and click "Templates". Click "Edit HTML" and then "Proceed" to edit the code of your blog.

In the code, scroll to the code where information about skin is written. Under it, paste this code and you're done! :)

#navbar-iframe {
display: none !important;
}




Happy Blogging!!

Saturday, February 11, 2012

How To Apply A New Template/Theme On Your Blog


This post shows how to update the theme of your blogspot blog, in the new, changed format of blogspot.

To start, download the template from wherever you want to.
If the template is in zip format, make sure you extract the file with format .xml and place it anywhere you want to, say Desktop.


Now, click in your blog's settings on Template.




Then click on right-top corner on Backup/Restore.


In the following screen, click Choose File, under Upload.
Select the .xml file, you have, or which you have extracted from zip format and upload it.

Customise the theme in your way.
That's it, You're done!