NEWS - Styling the summarycontentbox different for all categorys

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jayPjay
Forum Members
Forum Members
Posts: 70
Joined: Thu Feb 26, 2009 7:25 pm

NEWS - Styling the summarycontentbox different for all categorys

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: NEWS - Styling the summarycontentbox different for all categorys

Post 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
Post Reply

Return to “Layout and Design (CSS & HTML)”