
Adding a Profile image next to your blog post titles gives a more personal look to your site. It indicates that a real human is working behind the site and the site doesn’t generate auto content with no attention to readers. You have seen web entrepreneurs using their profiles pictures on their blog next to each one of their posts. An example includes shoemoney. So lets add this beautiful add-on to your blogger blogs and make things even more neater. Kindly see a demo first:
*Add a Profile Image Next To Post Titles
1.Go To Blogger > Design > Edit HTML
2.Backup your template
3.Search for .post h3 or .post h2
4.You will see a similar code like this one,
.post h3 {
color: #7CA2C4;
font-size: 20px;
font-family: Arial, sans-serif;;
font-weight: normal;
margin: 0px;
padding: 0px 10px 0 47px;
}
Replace the above code with this one,
.post h3 {
background:url(IMAGE LINK OF YOUR PROFILE PIC) no-repeat top left;
color:...