June 13, 2015

Centralize And Change Sidebar Widget Title Font Size With CSS For Blogger

|
A quick tip on how to change the font size of sidebar widget and also realign it to the center for those of you who are using the free Blogger Simple Template by Josh Peterson .

This is what you do:

1. Log in to your Blogger account.

2. At the Dashboard, pull down the slider and click on "Theme".

3. Then click on the "Customize" button.

4. Next click on "Advanced".

5. Pull down the slider and click on "Add CSS". A box will appear next to it.

6. Now paste the code below in the empty box provided.

.sidebar h4 {
font-size: 15px;
text-align:center;
}
Note: You need to change the number 15px to whatever size that suits you.

7. Finally click on "Apply to Blog" button.

That's all.