Topic: Remove date from Quick Preview, but keep it when viewing the Post ?

Hoping someone can help with this - I've scoured the forums without success.

I'm using the following line in USER.CSS to hide the date/comment line from my QUICK PREVIEW posts listed on the front page :

.entry-info {display: none;} 

It works well, but when I click on a post title to read the story, it also seems to remove the date (& poster name) from beneath the title - which I want to keep.

So is there another way to suppress the date/comment field ?  Or how do I reinstate the post info ?

TIA smile

Thumbs up

Re: Remove date from Quick Preview, but keep it when viewing the Post ?

Has anyone managed to suppress the date/comment from the frontpage quick preview, without losing the date/poster info from the actual post ?

Thumbs up

Re: Remove date from Quick Preview, but keep it when viewing the Post ?

I'm fairly new to arras(coming to the forum now, as I've reached a dead end on my own knowledge), but I would think this has to be possible. I don't know how, but if I figure it out I will let you know.

Thumbs up +1

Re: Remove date from Quick Preview, but keep it when viewing the Post ?

Try replacing:

.entry-info {display: none;} 

with

.entry-summary .entry-info {display: none;} 

Thumbs up +1

Re: Remove date from Quick Preview, but keep it when viewing the Post ?

that's great, voidtrance - it worked exactly how I wanted - thanks very much for your help.  smile

Thumbs up