[ SOLVED] News module color setting

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
chrisbar
Forum Members
Forum Members
Posts: 162
Joined: Tue Oct 26, 2010 7:36 pm

[ SOLVED] News module color setting

Post by chrisbar »

Hello everybody,

I use the news module but I have a problem with the colorsetting. In my site the news link (link to the whole content of the newsitem) is presented in a color I would like to change. I have searched in the stylesheets and tried to change everything but that doesn't work. The same color problem is there for the "> >>" and the [more] section, so I think these have to be changed somewhere else.

Hope someone can help me.

Kind regards
Chris
Last edited by chrisbar on Tue Mar 15, 2011 1:46 pm, edited 1 time in total.
Marijus

Re: News module color setting

Post by Marijus »

Have you looked in your web html output, what classes are using?

yout can try to add these lines in css:

Code: Select all

.NewsSummaryLink a{
color:red;
}
.NewsSummaryMorelink a{
color:blue;
}
or just

Code: Select all

a {
color:green;
}
chrisbar
Forum Members
Forum Members
Posts: 162
Joined: Tue Oct 26, 2010 7:36 pm

Re: News module color setting

Post by chrisbar »

That works!! Thanks a lot. Just the '> >>' links are not changed. Any idea about that?

Chris
Marijus

Re: News module color setting

Post by Marijus »

can you post link to your site?
chrisbar
Forum Members
Forum Members
Posts: 162
Joined: Tue Oct 26, 2010 7:36 pm

Re: News module color setting

Post by chrisbar »

Marijus

Re: News module color setting

Post by Marijus »

try

Code: Select all

#news a{
color:#aaa;
}
or you can add class for pagination in news template
chrisbar
Forum Members
Forum Members
Posts: 162
Joined: Tue Oct 26, 2010 7:36 pm

Re: News module color setting

Post by chrisbar »

That's the solution. Thanks! Problem solved.

kind regards
Chris
chrisbar
Forum Members
Forum Members
Posts: 162
Joined: Tue Oct 26, 2010 7:36 pm

[SOLVED] Re: News module color setting

Post by chrisbar »

^-^ Look for the solution on colors in this topic.
Post Reply

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