not really. What i'm trying to get rid of is the Category header. Like I posted before:
So I tried this from early in this post:
.catlist {
display:none;
}
It does remove the categories, but the word "categories" and the categories section at the bottom of the blog still remain. I have the categories on the sidebar, so they're not really needed anywhere else.
I still want the main post info, I'm still just working on the categories. And the .catlist { display:none; } code is the only thing that rids the post of the actual categories themselves. However, the heading of the "categories" section at the base of every post still remains. Just check it out over on my blog, you might be able to see what I mean.
http://leeartsandsciences.wordpress.com/
As for the actual posts themselves, I'm entirely content with the situation of the header for each post, poster info, date, and post data itself. I just want to get rid of that pesky category information at the base of each post. And I've managed to rid the posts of the actual categories themselves, just not (or seemingly not) the "section" that it resides in or at the bottom of the blog as a whole. In other words, the only place, at all, categories should be listed (if it works) is on the sidebar via a widget. Not on the bottom of each post, or at the bottom of the blog.