on this theme i do not have a place in the post to uncheck comments or dates but at the top of the dashboard under screen options there is a place to uncheck them. I did uncheck but they still show up. unless i need to flush my cache it's not working when I uncheck.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: li.day, li.month, li.year{ display:none; } .post_comment { display: none; } Thanks & Regards Gourav Shrivastava
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: li.posted_by { display: none; } This will solve your issue.