PDA

View Full Version : pixelpost dark template modifications


busyone
07-09-2005, 05:04 AM
I've made a few changes to the dark template which can be seen here: www.shuttercandy.com

I have a few tweaks that I can not figure out on my own. I would think that most of the code changes would be in pixelpost-dark.css, but I have tried many times and I can't seem to find what to change.

1. Change title size. OR 2. If I can't change the title size, where can I replace it with an image?

3. When there is no "next" link, there are four :::: instead of two. Every other time, there are two. How do I remedy this?

4. On my archive page, how can I modify text to match the rest of my site and change the border color around my images? I don't care for the purple.

5. How do I get rid of underlines on the links?

Thank you for your input.

Connie
07-09-2005, 07:01 AM
busyone,

I never met someone who managed to post so much postings in so short time

take a deep breath please and don't push us too much!
1. Change title size. OR 2. If I can't change the title size, where can I replace it with an image?

3. When there is no "next" link, there are four :::: instead of two. Every other time, there are two. How do I remedy this?

4. On my archive page, how can I modify text to match the rest of my site and change the border color around my images? I don't care for the purple.

5. How do I get rid of underlines on the links?

1 and 2: look at your template, identify the part which is showing the header and define that in your CSS-file

3: define these :::: in the language-file,
$lang_previous = "Previous";
$lang_next = "Next";

and not in your template
4: use the same CSS as in the main template
5: this is CSS, text-decoration:none


what more do you want to know?
I suggest you take a break and read a little here in the forum, you will get a lot of information and suggestions and ideas
:wink: