Page 1 of 1

[Solved} News module edit text, date, titel etc.

Posted: Wed Apr 14, 2010 9:15 am
by Esteban_Granero
Hi,

I'm a noob @ CMSms. I just installed the News module to my page.
Now I want to change the title & date font-size and color. How can I do this!?

Gratitude

Re: News module edit text, date, titel etc.

Posted: Wed Apr 14, 2010 9:36 am
by Marijus
for example in your stylesheet write:

style for NewsSummary:

Code: Select all

.NewsSummary{ }
.NewsSummaryPostdate{color:red;}
.NewsSummaryLink{ }
.NewsSummaryLink a{ }
.NewsSummaryContent { }
.NewsSummarySummary{ }
.NewsSummaryMorelink{ }
style for detail page:

Code: Select all

#NewsPostDetailSummary{ }
#NewsPostDetailDate{ }
#NewsPostDetailTitle{ }
#NewsPostDetailHorizRule{ }
#NewsPostDetailContent{ }
#NewsPostDetailPrintLink{ }
#NewsPostDetailReturnLink{ }
Just take what you want and change style of each class or id;)

Re: News module edit text, date, titel etc.

Posted: Wed Apr 14, 2010 9:53 am
by Esteban_Granero
Great!

Thanks for the help.

Gratitude  ;)