I want to hide the "comments off" from the posts and also, I want to hide the sidebar and make the posts fullwidth. How to do it?
Hello ! Use given CSS in custom CSS box. Code: .content-bar .post .post_meta .post_comment { display:none; } To make full width blog page please edit your blog post page and make select a full width template. Thanks & Regards Pramod Patel
1. On the post, it still shows "Comments are closed" also Previous post and next post links. How do I hide them? 2. I tried to to edit blog post but I do not see any option to change the template. Please advise.
Hi deveshd! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div#commentsbox { display: none !important; } nav#nav-single { display: none !important; } Thanks, Praveen