Buffer

How To Replace Blogger Header With Image In Picture Window Template

By Durodola Ridwan | Wednesday, July 18, 2012 | 16 Comments

This tutorial will help you on how you can replace your blogger header with a background image in picture window template, most bloggers find it difficult to do this because the process involve in replacing the header with image in window template is quite different from some other template.
If you upload the image background from the page elements, you will notice that it will affect your mobile template, except you add the header tag code to your template html and exclude the title and description to avoid overlapping of the background image and title.


How to Change Your Blogger Header
  • Login to your blogger dashboard
  • Click on "Design" > "Edit HTML" > back up your template
  • Use ctrl F to find the code below
.Header h1 {
  font: $(header.font);
  • Replace it with the code below
.Header h1 {display:none;}
  font: $(header.font);
  • Now search for the following code
/* Header
----------------------------------------------- */
  • Copy and paste the following code below the code above
#header { width:600px; height:100px; margin:0 auto 10px; background: #fff url(BACKGROUND IMAGE URL) no-repeat top right; }

After placement of code in the second search, your final result should look like the image below


  • Replace BACKGROUND IMAGE URL with the url/link of your background/header image, if you don't know where to host your image, you may read how to host image on blogspot 
  • Edit width:600px; and height:100px; to adjust your background image size until it best suit your header size and make sure you preview your changes before you finally click "SAVE TEMPLATE"
Hope this tricks helps? Take few seconds to share it and subcribe to this blog now, and receive all our latest posts directly into your email. Stay bless

Enjoyed This Post? Subscribe For More Update!

Related Posts Plugin for WordPress, Blogger...

16 comments:

  1. Replies
    1. Sorry the url was not attached

      http://fundapass.blogspot.in/2012/10/how-to-add-image-to-blogger-header.html

      Delete
  2. Hey, richtig super Internetseite. Woher hast du das Theme oder ist das selbst programmiert?
    Medical Billing Services

    ReplyDelete
  3. http://hackthehackersidea.blogspot.com/
    http://abdulsamadessani.blogspot.com/
    please visits my blogs.
    live tv
    movies
    games
    softwares
    drivers

    ReplyDelete
  4. How to add blogger background In Picture Window Template?

    ReplyDelete
    Replies
    1. Look for the following line in your template

      body {
      background: $bgcolor;

      margin:0;
      color:$textcolor;
      font:x-small Arial sans-serif;
      font-size/* */:/**/small;
      text-align: center;
      }

      You may not find exactly that, you can find body {
      Now change the bolded text with your background image. E.g
      background: (URL-OF-IMAGE);

      Delete
    2. I found the following line in my template, please help me.
      /* Content
      ----------------------------------------------- */
      body {
      font: $(body.font);
      color: $(body.text.color);
      background: $(body.background);
      padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
      $(body.background.override)
      }

      Delete
    3. Now replace
      background: $(body.background);
      with
      background: url(IMAGE-URL);
      edit IMAGE-URL.

      Delete
    4. It is not work. Any advice?
      http://testtotest1.blogspot.com/

      Delete
    5. After making the changes, let me see how the final code you are using look (including the image url).

      Delete
  5. I replaced
    background: $(body.background);
    with
    background: url(http://i1225.photobucket.com/albums/ee384/theinmyooo/bg.png)

    ReplyDelete
    Replies
    1. Make sure there is a semicolon at the end of the close-bracket like this
      background: url(http://
      i1225.photobucket.com/albums/
      ee384/theinmyooo/bg.png);
      and try again.

      Delete
    2. It is not showing full background. Please help.
      http://testtotest1.blogspot.com/

      Delete
  6. Hi,
    Thanks for sharing this post with us. It's really an amazing post. Keep posting the good work in future too.
    bad credit business loan

    ReplyDelete
  7. This tutorial about removing the blogger header with image is very informative. You have done very great work by telling comprehensively and step by step. With this tutorial, it is looking very easy to remove blogger header. I appreciate your work. Newcastle wedding photography

    ReplyDelete
  8. thanks for this man its working....

    ReplyDelete

Confused? Feel free to ask

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.

Note:
1. To add HTML code in comments then please use our HTML Encoder
2. For perfect customization of our tutorials, use our HTML Editor
3. If you want to be notified on follow up comments or replies, click on "Subscribe by email" below the comment box.
4. Please do not spam, Spam comments will be deleted immediately upon our review.

Regards,
Ridwan

Next Post Previous Post Home

About Me

My Photo
Durodola Ridwan is a blogger enthusiast and founder of www.realcombiz.com. He love writing about Blogging tips, SEO, SocialMedia strategies, and Tech news in general. You can hook him up on facebook, twitter @realcombiz, and Google+.

Recent Posts

Copyright © 2013. All Rights Reserved | Home | Contact | Privacy Policy
Powered by Blogger