How To Add A Header Image To Blogger Dynamic Views
Here’s another neat trick for those of you who are using Blogger’s Dynamic Views template. It’s a tutorial from blogger Mayura De Silva which shows you how you can add an image to your header.  One thing you have to remember before you proceed with this trick is that your image must not exceed 65 pixels in height; otherwise your header will look messy.
But, if your image already meets the size criteria, here are the steps:
  • Go to Template in your dashboard.
  • Click on Customize > Background > Background image.
  • Click Upload image > Choose File.
  • Browse through your computer’s directory to find your image file and select it.
  • Hit Open > Done.
The image might look messy and out of place after this. If so, do the following:
  • Adjust the Tile.
  • Select Don’t tile if your image fits the width of your blog, or
  • Select Tile horizontally if it’s shorter than the width.
  • Adjust the Alignment (Top Left, Top Center, Top Right, Bottom Left, etc.).
Once you think that everything looks in order then you’re basically done. Congratulations, that’s it!

EXTRA: If you ever want to remove the blog title on the header bar, do the following:
  • Back in the Template section, click on Edit HTML.
  • Look for ]]></b:skin> inside your template’s code using Ctrl+F.
  • Copy/paste the code below right before and above it.
.header-bar {
display: none !important;
}    

0 comments:

Post a Comment

 
Top