Is there a way to remove the TAG field on the Ask Question page?
We’d prefer our blog readers not enter random tags, so we’d like to eliminate this field.
1 Answers
Hi,
You can add the code below to wp-content/themes/your-theme-folder/style.css
.dwqa-container .dwqa-content-edit-form label[for=question-tag], .dwqa-container .dwqa-content-edit-form input[name=question-tag] { display: none; }
Please login or Register to submit your answer