Thesis: Hide "Comments Closed"


/ Published in: CSS
Save to your folder(s)

The following will cause the "comments closed" line to not display on both posts and pages.


Copy this code and paste it in your HTML
  1. /* remove "Comments Closed" on posts and pages */
  2. .custom .comments_closed p { display: none; }

URL: http://diythemes.com/forums/customization/8860-remove-comments-text-static-pages.html#post43279

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.