Category Header Background & Normal Links Same Color

Started by AnotherRandomUser, June 28, 2005, 10:09:21 AM

Previous topic - Next topic

AnotherRandomUser

Hi All! :)

I'm having a small problem with my custom theme. I've known what I've been doing up until now (new to PHP and CSS but knowledgeable enough not to be totally clueless):

I want the normal, standard links to be the same color as the header boxes for forum categories. I've played around with style.css but I can't change either the normal links or the header boxes without messing up the way the rest of the forum's color scheme looks.

So, I was wondering, is there an easy way to change the color of the links JUST in the category headers? Would it work to find the template file with the category links and change their class to something different?

Thanks in advance,

AnotherRandomUser

codenaught

You can use something like this:

.catbg a:link, .catbg a:visited
{
   font-weight: bold;
   color: #fff;
}
Dev Consultant
Former SMF Doc Coordinator


Advertisement: