Recent Entries Custom Text size and Date

Creating and modifying plugins.
Post Reply
FirstGen
Regular
Posts: 5
Joined: Sun Nov 13, 2005 10:43 am
Contact:

Recent Entries Custom Text size and Date

Post 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]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Recent Entries Custom Text size and Date

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply