June 13, 2015

Textual description of firstImageUrl

Change Footer Text Font Size With CSS For Blogger

|
If you have a footer line (like what I have it at the bottom of this blog), and you change the font size of your Blogger post, this footer line and also the line: "Powered by Blogger" will also change accordingly.

Now you may find the footer text and "Powered by Blogger" are rather too big for your liking.

change Powered by Blogger footer text size

Here is a quick tip on how to control the font size of the footer text of 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.

.footer-1{
font-size: 12px;
}
Note: You need to change the number 12px to whatever size that suits you.

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

That's all you need to do.