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
[ SOLVED] News module color setting
[ SOLVED] News module color setting
Last edited by chrisbar on Tue Mar 15, 2011 1:46 pm, edited 1 time in total.
Re: News module color setting
Have you looked in your web html output, what classes are using?
yout can try to add these lines in css:or just
yout can try to add these lines in css:
Code: Select all
.NewsSummaryLink a{
color:red;
}
.NewsSummaryMorelink a{
color:blue;
}
Code: Select all
a {
color:green;
}
Re: News module color setting
That works!! Thanks a lot. Just the '> >>' links are not changed. Any idea about that?
Chris
Chris
Re: News module color setting
try
or you can add class for pagination in news template
Code: Select all
#news a{
color:#aaa;
}
Re: News module color setting
That's the solution. Thanks! Problem solved.
kind regards
Chris
kind regards
Chris
[SOLVED] Re: News module color setting
