What you are going to do is just playing with the codes in the brackets of .sidebar h2 { }
You can change the font size, font color, font style, or background color of your gadgets/widgets title by following these simple steps.
- Sign in to your Blogger account
- Select the blog you want to customize
- Go to Template > Customized > Advanced > Add CSS
- Copy these simple codes on your preferences
.sidebar h2 {(b) To change the background color of widget title
text-align:center;
}
.sidebar h2 {(c) To change the font color, font size, font style of widget title
text-align:center;
background-color:#999999
}
.sidebar h2 {
text-align:center;
background-color:#999999;
color: #000000;
font-family:Verdana;
font-weight:bold;
font-style:italic;
font-size:150%;
text-transform:uppercase;
}
Finally click "Apply to Blog" to save your codes.
Simple je kan! Selamat belajar! (^_^)