How do I remove the post meta data on both the main page and the individual post page? I tried the following Custom CSS changes (under Appearance > Theme Option > Styling Option > Custom CSS): #commentsbox { display: none; } .post-meta { display: none; } .post-meta .posted { display: none; } .post-meta .timestamp { display: none; } .post-meta .byline { display: none; } .post-meta .author { display: none; }
Hello, Greetings from InkThemes, You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS Code: ul.post_meta { display: none; } field and try to cut paste the given below CSS code there Hope this will resolve your issue. Do let me know if you need more assistance, I would be glad to assist you further,