How to Customize Titles in Sidebar of Blogger Template

Customizing the appearance of titles in sidebar as you like it is essential part. I am going to explain a common problem faced by newbies, that is How to add color to blogger Side Bar Title and Background. As you can see that in Minima, Tic Tic, Rounders and other Templates, side bar titles are naked and there is no background color.

Just look at to this screen shot (This is Minima Template)

Now we are going to add color and borders to that naked titles of sidebar.

Minima Template Sidebar Customization

Minima Template Sidebar Customization

Login to your Blogger “Dash Board”.

Click on “Layout” and Now click on “Edit HTML” option.

How to Add Borders

You have to find the below code in your Template code.

.sidebar h2 {
margin:0;
padding:0 0.2em;
line-height:1.5em;
}

Some Templates has no separate style for sidebar titles, then you will have to add the above code in your Tamplete code. If you are using such Templates, which has no .sidebar h2, then add the above code in your Tamplate code, just before the

]]></b:skin>

</head>

Your Code should look like this.

.sidebar h2 {
margin:0;
padding:0 0.2em;
line-height:1.5em;
}

]]></b:skin>
</head>

Now for adding borders, add a extra line in the above code.
border:1px solid #000000;

Your Code should look like this

.sidebar h2 {
border:1px solid #000000;
margin:0;
padding:0 0.2em;
line-height:1.5em;
}

Preview your Template and you will see that borders has been added to the naked side bar titles.

sidebar-title-borders

Sidebar Title Color

How to add Background Color

In order to add Background color to side bar titles, you have to add another extra line in the above code.

background:#C3D9FF;

Your code should look like this

.sidebar h2 {
border:1px solid #000000;
margin:0;
padding:0 0.2em;
line-height:1.5em;
background:#C3D9FF;
}

After Customization

After Customization

You can change color according to your Template specification. You can also increase height and padding size according to your requirement.

Editor’s Note: At early stages of Blogging on Blogger Platform, It can prove to be a time saver instead of playing codes. You can easily make changes in existing template according to your choice of customization instead of going for a new one.

This guest article was written by Bilal Ahmad, a technical blogger at Techmaish.com and writer specializing in blogging tips, product reviews and tutorials. You can also share your tips by writing a guest article on Blogsolute.

Related Posts with Thumbnails

Get updates related to How to Customize Titles in Sidebar of Blogger Template in your Email

5 Responses to “How to Customize Titles in Sidebar of Blogger Template”

  1. vivek bandebuche 26. Nov, 2009 at 6:33 am #

    thanks its really usefull for new bloggerers

  2. how to become taller 26. Nov, 2009 at 6:11 pm #

    Thanks for the info provided! I was researching for this info for quite some time, but I was not able to find a trusted source.

  3. KING SINGH 01. Dec, 2009 at 8:48 am #

    THANKS FOR POST ! EXCELLENT WORK ! IT AMY BE VERY USEFUL FOR BLOGGERS !

  4. dianna 01. Jun, 2010 at 1:10 pm #

    thanks :) great tutorial ever.

Trackbacks/Pingbacks

  1. Most useful Gadget for Blogspot Blogs Commonly used Blogger Widgets - 10. Dec, 2009

    [...] covering, Beginner’s Blogging Guide Series, I thought it would be helpful to build and  customize sidebar of blog with These gadgets are must have gadget for your Blog. If you did not add any of the below gadgets [...]

Leave a Reply

Tags - free blog sidebar titles,free blogger sidebar titles,customize titles,sidebar blogger,CUSTOMIZE BLOGGER SIDEBAR,add dashes to blogger sidebar,customize sidebar blogger,blogger sidebar titles,blog sidebar titles,how to customize blogger sidebar
More in Blogger,Make Money (10 of 10 articles)