Title: Remove box selections
Last modified: August 31, 2016

---

# Remove box selections

 *  Resolved [craigg5](https://wordpress.org/support/users/craigg5/)
 * (@craigg5)
 * [10 years ago](https://wordpress.org/support/topic/remove-box-selections/)
 * Is there a way to remove the Image Description, Dimensions & Constrain Proportions
   boxes? I only want the image upload box available. Thanks.
 * [https://wordpress.org/plugins/image-upload-for-bbpress/](https://wordpress.org/plugins/image-upload-for-bbpress/)

Viewing 1 replies (of 1 total)

 *  [Potent Plugins](https://wordpress.org/support/users/hearken/)
 * (@hearken)
 * [10 years ago](https://wordpress.org/support/topic/remove-box-selections/#post-7444900)
 * Hi there,
    Currently there is no option for this in the plugin, but it can be
   done with CSS. Install a custom CSS plugin like [ours](https://wordpress.org/plugins/custom-css-and-javascript/)
   or use custom CSS support in your theme, and add the following:
 *     ```
       body.bbpress .mce-panel[aria-label="Insert/edit image"] .mce-form > .mce-container-body > .mce-formitem {
       	display: none;
       }
       body.bbpress .mce-panel[aria-label="Insert/edit image"] .mce-form > .mce-container-body > .mce-formitem.mce-first {
       	display: block;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove box selections’ is closed to new replies.

 * ![](https://ps.w.org/image-upload-for-bbpress/assets/icon-256x256.png?rev=2488183)
 * [Inline Image Upload for BBPress](https://wordpress.org/plugins/image-upload-for-bbpress/)
 * [Support Threads](https://wordpress.org/support/plugin/image-upload-for-bbpress/)
 * [Active Topics](https://wordpress.org/support/plugin/image-upload-for-bbpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/image-upload-for-bbpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/image-upload-for-bbpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Potent Plugins](https://wordpress.org/support/users/hearken/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/remove-box-selections/#post-7444900)
 * Status: resolved