How to Change Font Sizes in Contempo Blogger Themes

In this post, I will tell you how to reduce or increase the font sizes of Post Time Stamp, Jump Link or Read More, Post Author and Post a Comment of the Contempo Blogger Themes by customizing the theme by adding CSS through the Blogger Theme Designer.

Blogger recently released a new responsive theme called as the Contempo Blogger Theme, which comes in four different variants. These themes fit nicely on all devices, including desktops, tablets, and smart-phones.

If you are not comfortable with some of the font sizes, you can change them easily by adding the CSS Codes given below in the Advanced-Add CSS Section of the Blogger Theme Designer.

Change Font Sizes  in Contempo Blogspot Themes


Post Timestamp/Date Header

.post-timestamp {
  font-size: 12px;
}

Read More/Jump Link

.jump-link {
  font-size: 12px;
}

Post a Comment/Comment Link

.comment-link {
  font-size: 12px;
}

Post Author

.post-author {
  font-size: 12px;
}

The font sizes can be increased or decreased as per your wish.

Sometimes, if you have heavily customized your template, such codes do not work in the Blogger Theme Designer. Hence, you should paste them above - 

]]></b:skin>

Directly by editing the template.

Comments