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]
Recent Entries Custom Text size and Date
-
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
Drop this in your style.css of your template:
Regards,
Garvin
Code: Select all
.serendipity_plugin_recententries a {
font-size: 6pt;
}
.serendipity_plugin_recententries .serendipitySideBarDate {
display: none;
}
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/
# 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/