[Solved]News Module - Layout

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
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

[Solved]News Module - Layout

Post by libralion »

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
Last edited by libralion on Wed Jul 16, 2008 9:50 pm, edited 1 time in total.
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: News Module - Layout

Post by libralion »

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.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: News Module - Layout

Post by Nullig »

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
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: News Module - Layout

Post by libralion »

Thanks Nullig! That is it. :D
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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: News Module - Layout

Post by Nullig »

The color of what?

Nullig
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: News Module - Layout

Post by libralion »

Nullig wrote: The color of what?

Nullig
The color of the text: "Winkelwagentjes in sloot gedropt"
http://www.jomedio.nl/cmsmadesimple/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=4&cntnt01returnid=15
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: News Module - Layout

Post by Nullig »

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
libralion
Forum Members
Forum Members
Posts: 191
Joined: Fri Jul 11, 2008 4:11 pm

Re: News Module - Layout

Post by libralion »

Thanks very much! :D
Post Reply

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