Add your Profile Pic or Avatar next to Post Titles in Blogger

profile-pic-next to post-titlesAdding a Profile image next to your blog post titles gives a more personal touch 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:

DEMO1

DEMO2

 

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 this entire code with this one,





.post h3 {
background:url(IMAGE LINK OF YOUR PROFILE PIC) no-repeat top left;
color: #289728;
font-size: 20px;
font-family: Arial, sans-serif;;
font-weight: normal; height:45px;
margin: 0px;
padding: 0px 10px 0 47px;
line-height:1.1em;
}




Now replace bolded yellow text with Image URL of your avatar. Your avatar should be 40px by 40px in size. For better visibility choose a profile pic with white background and coloured border like this one,



blogger profile picture  or you can try this without border,



shoemoney avatar



To Learn how to upload images on blogger and get their URLs read,





Replace #289728 with the post title color code of your blog. You can find this title colour from the code which was already present. In my case it is #7CA2C4 so I will replace #289728 with #7CA2C4



     5.   Save your template and you are done!



Visit your blogs to see an interesting new change. If you faced any problem then do not hesitate to let your brother know. Would be a pleasure to help you out. Have Fun! :>



You will also like these tutorial tricks:



Related Posts:

  • Convert a Wordpress blog To Blogger in easy stepsBlogger is a very widely used publishing platform, mostly because its strength lies in its simplicity and ease of use. It is quite easy to use, and is recommended for beginner bloggers who are looking for a quick and easy way… Read More
  • Replace Blogger Profile with Google+ Profile Finally Google+ now jumped to Blogger. Blogger team announced yesterday that now you can Use your public Google+ profile on all your existing BlogSpot blogs. Upon switching your default Blogger profile will be replaced with… Read More
  • Archive Calendar Widget For Blogger - 2 Themes You guys needed more tutorials? There we go with yet another unique and interesting hack for blogger Archive Widget. You can see at our sidebar area that the default BlogSpot archive widget is transformed into a Wordpress T… Read More
  • Show each Author Picture In Post Titles Dynamically Post Contributed by Hassam Ahmad Awan, a Gold Star MBT contributor and senior co-author. You can catch him always on his blog Bloggingehow Its a pleasure for me to share one of a Blogger tweak that we managed t… Read More
  • Move your blog from LiveJournal To BloggerLiveJournal is a great free resource for people who want to keep a log or a diary of sorts of theirs online, or share their life experiences with their friends and family. It allows people to make posts, and then cross-p… Read More