This is one of the first things I do when creating a site for myself or a client using the Thesis theme. It’s annoying seeing on pages where you clearly don’t ever want comments.. It’s a pretty simple line of css that goes into custom/custom.css. Here it is:
1 2 | /* remove comments are closed statement */ .custom .comments_closed p {display: none ;} |
That’s it! one line if you remove my comment. I leave it in to search for when I need to find the code quickly.
Welcome! Thank you for visiting!
{ 1 comment… read it below or add one }
I’ve been corrected. In thesis (I’m using 1.8) Under “Display Options” Comments. Uncheck the box that says “If comments are closed, display a message”. Duh me! And thanks for the heads up @Skitzzo.