Friday, August 19, 2016

How to change post font size, color, style on blogger post with css

You can customize post body font in any expect like font, size, color, font family. First, you should know little bit knowledge about html code for post body and then we'll customize it according to our own taste.

Step1: Go to Layout and Edit HTML and find this code

Step2: search for this code ]]></b:skin>

Step3: now paste below code just above ]]></b:skin>
.entry-content, .entry-more { font-family: georgia;  font-size: 15px;color: #000;}
Step4: Now it is done and save your template

Note:- Change above (size, family, color) with your choice

0 comments:

Post a Comment