Add an Image Next to Blogger Post Title

How to add an Image Next to Blogger Post Title:

By default, the blog post titles are displayed as plain text in your Blogger blog. However, we can add an image next to the post titles to make them more visually appealing. Adding an image related to the post content next to the title can also provide visitors with a quick idea of what the post is about. In this post, I will show you a basic method to add an image next to the post titles in your Blogger blog.

Follow below steps to add an image next to your post title in Blogger.

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit html

Step 4 : Look for  /* Posts
 ----------------------------------------------- */

Add the code below under the "Posts" section.

.post h3 {
background:url( "image url ") no-repeat top right;
color: #2CB1C7;
font-size: 10px;
font-family: Arial, sans-serif;;
font-weight: normal;
margin: 0px;
padding: 0px 10px 0 35px;
}


Step 5 : Click on Save Template.

Once you add the image as described above, that image will be displayed next to the post titles in your Blogger blog. The same image will be displayed next to all post titles in your blog with this method.

No comments:

Post a Comment