Viewing 1 replies (of 1 total)
  • 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 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.