Page 1 of 1

[ SOLVED] News module color setting

Posted: Tue Mar 15, 2011 10:41 am
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

Re: News module color setting

Posted: Tue Mar 15, 2011 10:57 am
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;
}

Re: News module color setting

Posted: Tue Mar 15, 2011 11:12 am
by chrisbar
That works!! Thanks a lot. Just the '> >>' links are not changed. Any idea about that?

Chris

Re: News module color setting

Posted: Tue Mar 15, 2011 11:14 am
by Marijus
can you post link to your site?

Re: News module color setting

Posted: Tue Mar 15, 2011 11:23 am
by chrisbar

Re: News module color setting

Posted: Tue Mar 15, 2011 11:32 am
by Marijus
try

Code: Select all

#news a{
color:#aaa;
}
or you can add class for pagination in news template

Re: News module color setting

Posted: Tue Mar 15, 2011 1:43 pm
by chrisbar
That's the solution. Thanks! Problem solved.

kind regards
Chris

[SOLVED] Re: News module color setting

Posted: Tue Mar 15, 2011 1:45 pm
by chrisbar
^-^ Look for the solution on colors in this topic.