Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

How to Change Blogger blog Post font Size


Much time we need to change our blog post font size. We can do it easily.

  • Fast log in your blogger account and go to Design> Edit HTML
  • Now fond this code or some think like that.
.post h3 {
color:#007ACC;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:25px;
font-weight:normal;
text-align:left;
line-height:1.4em;
margin:0;
padding:0 0 8px;
}

  • Change the font-size: or don’t remove the px;.
Just save your template.