lexomatic
asked 7 years ago

I recently updated from 1.0.0 to 1.0.7 (the Pro version). I do not wish to use tags. I need to hide the tag feature so that users do not add tags when they are asking a question. My theme CSS has the following code, but the tags are still appearing: 
/* Hide tags on DW QA */
.dwqa-container .dwqa-content-edit-form label[for=question-tag],
.dwqa-container .dwqa-content-edit-form input[name=question-tag] {
display: none;
}
How do I prevent tags from appearing in the question form? 

1 Answers
DominicStaff
answered 7 years ago

If you want to hide the Tag field, you can create a new folder with name “dwqa-templates” in the theme folder then create a new file is “question-submit-form.php” then add the following code to this file: 
URL: http://snippi.com/s/xqzgy8d
Also, this code will resolve this issue and limited the length on the title. 

Powered by DW Question & Answer Pro