PDA

View Full Version : Customizing Delicious v1.1


sOid
11-01-2007, 07:38 PM
Hey all.

First of all, I love pixelpost! I started using it just today but I fell completely in love with it. It's so flexible and there are numerous nice templates available.

Anyway, I've got some questions about customizing the Delicious v1.1

1. I'd like to change the title (on the left) from plain text to an image (which I made in photoshop). How do I do that? I can't find anything in the HTML or CSS...

2. I want to change the lightblue colour at the comments part into lightgreen. I've already looked in the CSS file but I can't find the right colour code.

I hope I don't have to get into the JavaScript because I really suck at that. I'm OK in html/css (already modified some other stuff).

Oh, the site is http://www.berkenbosch.net so you can see what I mean :)

Hope you can help me!

Cheers

dakwegmo
11-01-2007, 08:33 PM
1. In your template there is a layer (<div> tag) called logo_sub. Remove what's in there and put in the code for your image.

2. There are two colors in your CSS file: 8dcee4 and 9dd5ed, these are the ones you'll need to change.

sOid
11-01-2007, 09:21 PM
Thanks alot, it works!

Now some finetuning and I'm a happy man :)