Display of Side bar’s Items are very much depend on the stare of their title which can be customized by size, color, font, back ground color etc. as per necessities or its just like changing the attire according to the fashion..
Vital Points
(1) Login to Blogger > Go To Dashboard > Edit Html > Expand Widgets
(2) Find the following code > (Click Ctrl and F for a search bar)
]]></b:skin>
(3) Place blow mention codes before point (2) mention code and press enter
.sidebar h2 {
background:#008285;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
margin:0;
padding:0 0.2em;
line-height:1.0em;
}
background:#008285;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
margin:0;
padding:0 0.2em;
line-height:1.0em;
}
"Here background color , Text Color can be changed to
replace the just attach code (see in point (3) code, here #008285 for
background and #FFFFFF for color as per the requirement codes can be changed as
well font size, weight other elements of the side bar like margin, padding,
line height. as well if you don't like any code to place then you can remove the same." afterwards you can preview the template if every things are OK then save the template.

