Monday, 10 March 2008
Here is a very pretty 800px wide free blogger theme. The background colour is editable from within the "Edit Colours & Fonts" tab.


(click for a live preview)
  • To download the xml template: click here (zip)
  • Preview the site here
  • Need help installing this? Click here
PS: I have included photoshop image and a PDF file with instructions on how to get rid of the boring text header (seen above) that comes from yr Blogger Dashboard so you can make your own pretty headers with actual nice fonts.

PPS: As far as I am aware, the image is in the public domain. Artist unknown.
or
Posted by Sharnee at 07:04 |

12 Comments:

On 11 March 2008 16:47
Blogger ÐiGiRed said ...
This is awesome! I love your designs...
 
On 12 March 2008 11:37
Blogger alissa said ...
so cute! thanks!
 
On 18 March 2008 23:08
Blogger ElizabethSheryl said ...
So, I tried to edit the header, I did as described in your instructions but the header wont show when I put in display: none; if I leave that out the image will show, but obviousy with the blogger text. So, what am I doing wrong?
 
On 19 March 2008 07:26
Blogger suckmylolly.com said ...
Crap!

Sorry, I have made an error in the PDF (will remedy ASAP) - I have written the correct text but pointed the arrow at the wrong bit in the image on the 2nd page of PDF.

You have to enter:“display: none;“ under:
#header h1{
and
#header .description {

(not #header{)

APOLOGIES TO EVERYONE!!!

xxx Sharnee
 
On 19 March 2008 08:02
Blogger Sophie said ...
Sharnee! I have a problem, every time I visit your blog, I find myself wanting to use all of these cute templates:)!! Your stuff is so lovely! Thanks again for bringing my blog to life, I still love the design you made for me!

:) Sophie
 
On 21 March 2008 04:48
Blogger Doan Thuc said ...
hi Sharnee,

Thanks so much for the beautiful template. I used this one for my blog.

Doan Thuc
 
On 01 April 2008 01:39
Blogger Emmah said ...
waaww,, it's so wonderful, I want to use it for my blog, thanks
 
On 04 April 2008 22:57
Anonymous click here to forward said ...
hi sharnee, i love everything here! everything is sooo cute. thanks so much. :)
 
On 06 April 2008 20:53
Blogger Hằng said ...
I love this one...its simply pretty!
 
On 10 May 2008 13:06
Blogger HiHoRosie said ...
This is one of my faves so I've decided to use it...although, the 1960's Kitchen and Spotty Dotty were a close 2nd. All of your templates are so great and creative. Love 'em! Thanks!

Also, congrats on your nuptials! Wishing you much happiness and love!
 
On 02 July 2008 20:03
Blogger Sekar said ...
Hi! I just saw this cute template. I want to use it. But I wonder: Can I change the background into a colorful color like...rainbow? I have an image that I want to use for this background--like rainbow. You can see it.

http://photos-p.friendster.com/photos/13/32/68862331/1_808240530l.jpg

PLEASE REPLY!
I'm sorry if my English is bad.

Cheers!
 
On 03 July 2008 03:26
Blogger suckmylolly.com said ...
Hi Sekar,

Yes, you can change the background image but you have to do two things:

1) Delete this code (all of it):

{Variable name="bgcolor" description="Page Background Color"
type="color" default="#333300" value="#61C4D8"}

(but with the pointy brackets "<" and ">")


2) Find this code:

body {
margin: 0;
padding: 0;
font-size: small;
text-align: center;
color: $textcolor;
background: $bgcolor;
}

then replace it with this:


body {
margin: 0;
padding: 0;
font-size: small;
text-align: center;
color: $textcolor;
background: url(http::///www.imagelinkhere.com/image.jpg) repeat;

Make sure you imput your image URL. I couldn't view the image link you posted in the above comment.

Good luck!

Sharnee