NiceThemesRemove author, date, and comments under post title – NiceThemes http://nicethemeswp.com/forums/topic/remove-author-date-and-comments-under-post-title/feed/ Tue, 22 Apr 2025 19:49:02 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/remove-author-date-and-comments-under-post-title/#post-4728 <![CDATA[Remove author, date, and comments under post title]]> http://nicethemeswp.com/forums/topic/remove-author-date-and-comments-under-post-title/#post-4728 Wed, 15 Oct 2014 22:14:35 +0000 educenter Last Question:

How do I remove the author, date, and comments under each blog title?

I tried adding this to Custom CSS:
.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}

with no luck..

]]>
http://nicethemeswp.com/forums/topic/remove-author-date-and-comments-under-post-title/#post-4731 <![CDATA[Reply To: Remove author, date, and comments under post title]]> http://nicethemeswp.com/forums/topic/remove-author-date-and-comments-under-post-title/#post-4731 Thu, 16 Oct 2014 13:40:51 +0000 Juanfra Aldasoro Hi,

Thanks for writing.

You can check which classes you need to apply the rule for by using Firebug (http://getfirebug.com).

In your particular case it would be .post-meta

Best,
Juan.

]]>