rsa redactie
asked 6 years ago

I would like a really simple question and answer form. My target group exists of elder people. No options wanted in a form.
so, where should I put
{
  display: none;
}

1 Answers
DominicStaff
answered 6 years ago

If you want to hide some fields in the submit question form, you can go to the plugins > dw-question-answer-pro > Templates > Styles > default then open the submit-question.php folder then find the categories and tags to remove it. 

Also, if you want to hide the Editor tab in the single page, you can use the following code: 

.single-dwqa-question .wp-editor-tabs {
   display: none !important;
}

Powered by DW Question & Answer Pro