Isn’t it annoying when a page or post shows the ‘Comments Closed’ text even if it was never meant to have any comments allowed? There is an easy fix. Just place this code in your custom.css file:
.comments_closed{
display: none;
}
NOTE: Now unfortunately, this works on the individual page or post but it still shows the “{ Comments on this entry are closed }” on blog & archive pages. Unfortunately, I haven’t found a way to hide it there. The main way I’m using this is to hide the “{ Comments on this entry are closed }” on pages and it works perfectly for that.