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
[Solved} News module edit text, date, titel etc.
-
- New Member
- Posts: 7
- Joined: Mon Apr 12, 2010 2:26 pm
[Solved} News module edit text, date, titel etc.
Last edited by Esteban_Granero on Thu Apr 15, 2010 7:57 am, edited 1 time in total.
Re: News module edit text, date, titel etc.
for example in your stylesheet write:
style for NewsSummary:
style for detail page:
Just take what you want and change style of each class or id;)
style for NewsSummary:
Code: Select all
.NewsSummary{ }
.NewsSummaryPostdate{color:red;}
.NewsSummaryLink{ }
.NewsSummaryLink a{ }
.NewsSummaryContent { }
.NewsSummarySummary{ }
.NewsSummaryMorelink{ }
Code: Select all
#NewsPostDetailSummary{ }
#NewsPostDetailDate{ }
#NewsPostDetailTitle{ }
#NewsPostDetailHorizRule{ }
#NewsPostDetailContent{ }
#NewsPostDetailPrintLink{ }
#NewsPostDetailReturnLink{ }
-
- New Member
- Posts: 7
- Joined: Mon Apr 12, 2010 2:26 pm
Re: News module edit text, date, titel etc.
Great!
Thanks for the help.
Gratitude
Thanks for the help.
Gratitude
