category font color

Started by shutiri, May 06, 2004, 04:47:08 PM

Previous topic - Next topic

shutiri

Hi... I've been able to find a lot of things in the style.css  You were right, it's not that hard.

How do I set up the forums category font color (to the right of the "collapse" arrow) to white ?  I don't find this one...  ::)

[Unknown]

It's catbg and catbg2.  Just use color...

color: white;

-[Unknown]

shutiri

yes... I did that before:

.catbg
{
    font-weight: bold;
background-image: url(images/titleback.gif);
color: #ffffff;
}
.catbg2
{
background-image: url(images/titleback.jpg);
color: #ffffff;


But it doesn't work.  I think it's because they're links.

I'm glad to know I wasn't so lost  ;D

shutiri.

[Unknown]

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
  color: white;
}

How about that?

-[Unknown]

router

many thanks [Unknown] , you solve me a problem :)

Advertisement: