Add Background Color To Post Titles In Blogger

Background color to post titles : 

In Blogger, post titles are not contain any background color by default. But we can add background color to post titles in your Blogger blog. In this post I'm giving one simple method to add background color to post titles in Blogger blog. With this method you can add and change all blog post titles background color easily.

How to add background color to post titles in Blogger :

We can add background color to post titles using two methods. First method is, we have to do some changes in your Blogger template code and second method is we have to add CSS code to your Blogger blog. First method is basic method and also simple one. With one simple tag we can change all post titles background color.

Follow below steps to add background color to post titles in your Blogger blog

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 : Search h3.post-title, h4 {

Add below line before closing tag  ( } ) of the above line.

background: #373B3F;

Step 5 : Click on Save template.

That's it, background color will set to your blog post titles. Like this you can add and modify background color of your post tiles in your Blogger blog. We can also add background color to post titles by adding custom CSS code to your blogger blog. But above method is easy one. If above methods not work, then tell me, I will give another method to add background color to Blogger blog post titles in your Blogger blog.

No comments:

Post a Comment