Title: Leave a reply comment box
Last modified: August 22, 2016

---

# Leave a reply comment box

 *  Resolved [sshah](https://wordpress.org/support/users/sshah/)
 * (@sshah)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/leave-a-reply-comment-box/)
 * how to remove “Leave a reply” comment box from the page of business pro theme?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/leave-a-reply-comment-box/#post-5687744)
 * Hey there sshah,
 * How are you doing today?
 * You can remove that with some custom CSS. Since the theme has it’s own custom
   CSS tab which is located in Appearance >> Theme Options >> Styling Options >>
   Custom CSS you can add this code there:
 *     ```
       #respond {
       display: none;
       }
       ```
   
 * This should remove the comment box from single post pages 🙂
 * Hope this helps.
 * Cheers,
    Bojan
 *  Thread Starter [sshah](https://wordpress.org/support/users/sshah/)
 * (@sshah)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/leave-a-reply-comment-box/#post-5687745)
 *  Thread Starter [sshah](https://wordpress.org/support/users/sshah/)
 * (@sshah)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/leave-a-reply-comment-box/#post-5687746)
 * It worked 🙂 Thanx 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Leave a reply comment box’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/business-pro/1.10.4/screenshot.
   png)
 * Business Pro
 * [Support Threads](https://wordpress.org/support/theme/business-pro/)
 * [Active Topics](https://wordpress.org/support/theme/business-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/business-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/business-pro/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [sshah](https://wordpress.org/support/users/sshah/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/leave-a-reply-comment-box/#post-5687746)
 * Status: resolved