Page 1 of 1

NEWS - Styling the summarycontentbox different for all categorys

Posted: Mon Apr 20, 2009 4:21 pm
by jayPjay
Hi there,
I would like to display the summaryboxes for all newscategorys with a different backgroundcolor, in the News stylesheet i found where to do this for all categorys, but I dont know what to change/add to style every summarybox different.

Like this:

NEWS!
background color white

CHANELS!
background color yellow

Important Stuff!
another background color

Greets

Re: NEWS - Styling the summarycontentbox different for all categorys

Posted: Mon Apr 20, 2009 4:37 pm
by RonnyK
Just change the news-summary template to say...
category}" >
And then style the Category... like f.e. "Chanels"....

.Chanels {
background: #FF9900;
}

and so on for all categories.

Ronny