Recent Topics

1 Nov 07, 2006 13:14    

Hi everyone.

I've found here lots of answers that helped me to keep going with my work.

But, after all done, I couldn't find where is set archives title style.

If you need an example, just go to my blog:
http://blog.oleschmitt.com.br/index.php
(needs the "index.php" otherwise it will open the old blog made with html).

Click in "Novembro 2006" in "Arquivo" section of right menu.

In the top, "Aquivo - Novembro" appears in black, while the link "2006" have that lovelly blue/purple colors...

Someone can help me to find where this style is set?

I've searched everywere, but couldn't find it. Maybe it's just my brain that's tired after all this work...

Files in my custom skin are, in case you need to know:
_arcdir.php
_bloglist.php
_feedback.php
_lastcomments.php
_linkblog.php
_main.php
_msgform.php
_popup.php
_profile.php
_subscriptions.php
style.css

Thanks a lot.

2 Nov 07, 2006 15:32

Crack open style.css and add this bit :-

h2,
h2 a{
color:#0f0;
background-color:inherit;
}


Change the #0f0 to the colour of your choice ;)

¥

3 Nov 07, 2006 16:23

Just PERFECT!!!

I'd never find it out by myself.

Thank you very much.

Have a nice day.


Form is loading...