Page 1 of 1

Recent Entries Custom Text size and Date

Posted: Tue Nov 22, 2005 10:27 pm
by FirstGen
Can anyone tell me if there is a way to change the "Recent Entries" plugin so I can customize the size of the text and get rid of the date? I have been messing around with the plug in and am able to get rid of the date but I can not figure out how to change the size of the text.

I want the text to look like the text here:
http://www.firstgencelica.com/

But on the page here:
http://www.firstgencelica.com/serendipi ... story.html
the text wraps and is too big.

Any help would be great.
Thx[/url]

Re: Recent Entries Custom Text size and Date

Posted: Tue Nov 22, 2005 10:53 pm
by garvinhicking
Drop this in your style.css of your template:

Code: Select all

.serendipity_plugin_recententries a {
 font-size: 6pt;
}

.serendipity_plugin_recententries .serendipitySideBarDate {
 display: none;
}
Regards,
Garvin