Remove Metadata From Blog Post This topic has 2 replies, 1 voice, and was last updated 6 years, 11 months ago by Desmond. Viewing 1 reply thread Author Posts Actions Reply December 4, 2017 at 8:32 am #537 DesmondGuest Hi there, how do I remove/hide metadata (author, date and time, comment, category) from all blog posts? Actions Reply December 4, 2017 at 9:46 am #538 YogendraGuest Hello Desmond, you need the following CSS to do that .blog-wrap .meta { display: none; } .blog-post .meta{ display: none; } Paste this CSS in Appearance -> Customize -> Additional CSS Regards Actions Reply December 4, 2017 at 10:23 am #539 DesmondGuest Perfect! Thank you so much Yogendra. Author Posts Viewing 1 reply thread Reply To: Remove Metadata From Blog Post Your information: Name (required): Mail (will not be published) (required): Website: Set as private reply Cancel Submit