Hi everybody,
I have installed the News module and it works great. But I do have difficulties in adjusting the layout.
In the detailpage I get a large date and Category etc. Where can I change that layout and how?
This is my testsite:
http://www.jomedio.nl/cmsmadesimple/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=4&cntnt01returnid=15
[Solved]News Module - Layout
[Solved]News Module - Layout
Last edited by libralion on Wed Jul 16, 2008 9:50 pm, edited 1 time in total.
Re: News Module - Layout
Ok I got most of the layout changed in the news stylesheet and article template. Only the color of the dates is still black and I can't find where I can edit that.
Re: News Module - Layout
Change:
#NewsPostDetailDate {
font-size: 90%;
margin-bottom: 5px;
font-weight: bold;
font-color:#666666;
}
to:
#NewsPostDetailDate {
font-size: 90%;
margin-bottom: 5px;
font-weight: bold;
color:#666666;
}
Nullig
#NewsPostDetailDate {
font-size: 90%;
margin-bottom: 5px;
font-weight: bold;
font-color:#666666;
}
to:
#NewsPostDetailDate {
font-size: 90%;
margin-bottom: 5px;
font-weight: bold;
color:#666666;
}
Nullig
Re: News Module - Layout
Thanks Nullig! That is it. 
One thing missing and that is the color from the page where the news is diplayed. That still is black. Where do I change that?
http://www.jomedio.nl/cmsmadesimple/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=4&cntnt01returnid=15
One thing missing and that is the color from the page where the news is diplayed. That still is black. Where do I change that?
http://www.jomedio.nl/cmsmadesimple/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=4&cntnt01returnid=15
Re: News Module - Layout
The color of what?
Nullig
Nullig
Re: News Module - Layout
The color of the text: "Winkelwagentjes in sloot gedropt"Nullig wrote: The color of what?
Nullig
http://www.jomedio.nl/cmsmadesimple/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=4&cntnt01returnid=15
Re: News Module - Layout
Change:
/* to add specific style to the below divs, uncomment them. */
/* < remove this
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/ < remove this
then change:
#NewsPostDetailTitle {}
to
#NewsPostDetailTitle {
color: #666666; < or whatever color you want
}
Nullig
/* to add specific style to the below divs, uncomment them. */
/* < remove this
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/ < remove this
then change:
#NewsPostDetailTitle {}
to
#NewsPostDetailTitle {
color: #666666; < or whatever color you want
}
Nullig
Re: News Module - Layout
Thanks very much! 

