How to increase or change blog post fontsize

 Having a clear and readable fonts on your blog is very important this catces the attention of visitors and make them stay longer on your post Ir website. Without a readable font size even with good contents your site visitors fine it difficult to read your post which reduces your site visitors and reduce time spent on your post or website. 

There are two ways of changing blogger post font size 

1.By editing the HTML and 

2. Through CSS 

For easily readable it's better to use a font size between 16 - 18 for blogger post by editing that HTML 

Follow the below step to change font size by editing your HTML 

1.1 log in to your blogger ,on the dashboard click on theme



1.2 click on the drop down arrow below the customise icon



1.3 click on edit HTML 



1.4  in the HTML search for  .post body{

1.5  add the below code before closing tab of the above line ".post body{"

6px

>

Font-size: 16;
:  1.6 and click on save 

Changing font size through CSS 

1.1Log in to your blogger dashboard
1.2 In the drop-down menu navigate themes
1.3 click on customize button
 
1.4 go to advance then theme body
 
1.5 click on adding CSS and add the following code below
.post-body{
  font-size: large;
}


Thanks for reading hope the article give you the best understanding on how to make your post reader friendly for your visitors .if you fine the article helpful and need more of content like this drop your comment in the comment section and j will reply you as quick as possible or subscribe to my blog to get the latest when I drop a new article .

Post a Comment

0 Comments

How to increase or change blog post fontsize

 Having a clear and readable fonts on your blog is very important this catces the attention of visitors and make them stay longer on your po...