-

14 September 2012

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

VM | 5:27 pm |
profile-pic-next to post-titles




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! :>
     
     
     

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Subscribe Updates, Its FREE!