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
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 !
Please login or Register to submit your answer