vuadmin
asked 8 years ago

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
Kevin
answered 8 years ago

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;
}
Powered by DW Question & Answer Pro