You already told me how to remove on the page that shows all posts but I still have that info on each individual post that I don't want to show. Thank you PS: fantastic support from you guys!
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .content-bar .post.single .post_meta .posted_by { display: none; } .content-bar .post.single .post_meta .post_date { display: none; } This will solve your issue.