How do I remove the "next" or "prev" content on a post. How do I remove the "comments are close" content on a post.
Hello, 1. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #nav-single { display: none; } This will remove the "next" or "prev" content from post. 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #commentsbox { display: none; } This will remove the "comments are close" content from post.