Müller
asked 9 years ago

Can I disable the Editor? I don’t want users to insert Pictures into questions etc. just Need a textarea for the users when writing questions…

1 Answers
DominicStaff
answered 9 years ago

Hi,
If you want to remove the Editor in the ask question page, you can add the following code to the style.css file:

 .submit-dwqa-question .mce-toolbar-grp,  .submit-dwqa-question .wp-editor-tools {
    display: none;
}

Hope this helps !

Powered by DW Question & Answer Pro