A new theme – and some old Blogger tweaks
I re-skinned my Blogger sites (yes this site is one of them!) using a template I found on the internet. Installation was simple although I had to edit some of the HTML as part of the process, but full details were given with the template.
However I had to add some tweaks to the code, and re-install some tweaks which might be useful for other Blogger users. I have created this blog post to list all these tweaks in one place.
Most of these tweaks require you to edit the HTML code of your template. It is wise to save a backup before you edit.
I couldn’t use triangular brackets in my post so I’ve used these instead [ ]. Swap them for triangular brackets before you add any code.
Customising your favicon.
It amazes me how many people don’t bother to add one of these to their site. It is the small icon that appears on your browser tab next to the page title. It is relatively easy to add one to a self-hosted blog but adding one to blogger takes a little more work. First step is to create a favicon – search Google for a Favicon generator.
Second step is to upload it to a page where you can address it by a single URL. I uploaded mine to a page in Google sites and then right clicked on it to find out its URL.
Add the following code to your blogger HTML just before the [/HEAD] section making sure the URL matches that of your favicon.
Hiding the blogger navbar
Some people like it, some people don’t. I choose to hide the blogger bar, although I display a blogger badge instead to show that I am using their service. Hiding the bar is simple – add this code to the HTML of your blog.
#navbar-iframe { height:0px;
visibility:hidden; display:none; }
Centring your widgets.
Sometimes you install a widget and it looks a little lop-sided stuck to the left hand side of a column. Look for the following in your HTML (make sure you tick the box that says ‘Expand widget templates’ otherwise you won’t find the code)
[div class='widget-content']



