Showing posts with label post. Show all posts
Showing posts with label post. Show all posts

How to Change Post Title Font Size Blogger Blog

Go to Design>HTML and find the following code:

.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;
}

Now change size and save template.