Hi all,
I'm probably going to get flamed as I've seen this question asked before but it hasn't been answered in the way I need.
I set up my blog yesterday, here, and I'm trying to hide certain bits of the post info, specifically the tags and the "no comments", I'd also like to change certain aspects so instead of "Author:" it would be "By:" for instance.
I've sorted one code
}
.post small {
display: none;
}
Problem is it hides it all. I'd like to keep the date and the categories.