Hi There, On the blog page (when you press read more at the homepage) there are several items. I want to remove: - Search - Categories - Archives - Next Post - No comments possible Kind Regards, Maarten
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar { display: none; } Thanks & Regards Gourav Shrivastava
Hi There, Thank you for the code. But its not complete. I still have: - Next post - Previous Post - No comments possible I also like this ones removed. Kind regards, Maarten van Everdingen
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #nav-single { display: none; } .post_comment { display: none; } .comment_section { display: none; } This will solve your issue.