no date in recent entries

Creating and modifying plugins.
Post Reply
celect
Regular
Posts: 15
Joined: Mon Jun 18, 2007 8:09 pm

no date in recent entries

Post by celect »

In the recent entries sidebar plugin how do I remove the date from below the entry headline and then align the headlines to the left?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: no date in recent entries

Post by garvinhicking »

Hi!

You should be able to achieve this via CSS. Look at the HTML output to see which DIV-Classes are used. You can hide them via 'display: none' and align them with floating or margins.

If you give us your URL, we might be able to give you a more precise CSS for it.

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/
celect
Regular
Posts: 15
Joined: Mon Jun 18, 2007 8:09 pm

Post by celect »

my web site is whowantsnews.com. I am not really sure what you are getting at with css, can you explain it a little more? I also wanted to know if you could add bullets before the recententries along with removing the date and aligning them left. Thanks.
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Post by blog.brockha.us »

You should add a new class entry to your themes css file:

Code: Select all

.serendipitySideBarDate{
	display: none;
}
The problem is: You are not using any template related css, I only found the default serendipity.css in your html code. So you have to add this to the default css.
- Grischa Brockhaus - http://blog.brockha.us
- Want to make me happy? http://wishes.brockha.us/
celect
Regular
Posts: 15
Joined: Mon Jun 18, 2007 8:09 pm

Post by celect »

thankyou!
Post Reply