The question title field is not showing grey borders/outlines to show its a field. Its not clear for website visitors to see where to put the title of the question. Please advise how to resolve this. Website: https://thepoultryshop.co.zw/ask-a-question/
1 Answers
You can add the following code to the style.css file:
.dwqa-content-edit-form input[type="text"], .dwqa-content-edit-form input[type="email"], .dwqa-content-edit-form select { border: 1px solid #ddd; }
Please login or Register to submit your answer