Customizing your blog template in Blogger is really fun and easy. Well, I have been doing this for years and with all the blogging platforms that I already used, Blogger is the simplest and fastest to customize. The most important part is it is FREE. Some platforms offer customizations to premium users only but Blogger just want the artist in you. I will not run through the steps on how to customize your blog in this article because I will only show you how I achieved my current blog template (hopefully I would not change it). If you want the full guide, you can go here. You might like my template and want to get inspirations from it for your blog, so here it goes.
Remove the Blogger Navbar:
This blog used the Simple Blogger Template the time I created it. From that layout, I decided to hide the Blogger Navbar on top of the blog. Find the code below in your template’s HTML:
<![CDATA[/*
Just below that, you need to insert the codes below in order to remove Blogger’s default Navbar:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
Click the Save Template button to apply changes.
Changing the Background:
Still in the template menu, click the Customize button. The Blogger Template Designer shows up. Go to background. Select a background image and then choose the first one with the Apple Mac OS X-like wallpaper. Click the Done button to apply the changes.
Changing the fonts:
Still in the Blogger Template Designer, go to Advanced. Look for the Page Text option and choose Verdana.
Click the Apply to Blog button and wait until the “Template Applied” prompt shows up, and then go back to Blogger dashboard.
I might put my own header image later, as for now; the template is neat and user-friendly.
The layout uses two columns just like an ordinary blog. I choose this because I need to show my labels, archive, and the author page to make it more usable.
Comments
Post a Comment
Only positive comments are accepted. Thanks!