On my blog (lthockey.wordpress.com) the text "Posted on March 22, 2012 | Leave a comment" appears above every post (well, with the appropriate date, of course). I'd like to get rid of only the "Leave a comment" portion in the css and leave the date.
I read this incredibly helpful post -- http://en.forums.wordpress.com/topic/editing-a-css-footer-in-coraline?replies=21 -- which shows how to get rid of the whole thing
.post .entry-meta {
display: none;
}
but I couldn't back into that to understand how to remove just the "leave a comment" portion.
Thank you so much!
The blog I need help with is lthockey.wordpress.com.