Matt
asked 5 years ago

Hey,
Using DW Q&A and I don’t need a login box at all on the answer page.
I saw on the forum someone recommend putting…
.dwqa-container .login-box { display: none;}
in the CSS… I did that and it didn’t change anything.
Is that the wrong CSS? How do I remove the login box without needing to change something in a file every time the plugin is updated?
Thanks!
Matt

1 Answers
DominicStaff
answered 5 years ago

If you want to remove the login form in the answer section, you can add the following code to the style.css file or in the Customize > Custom CSS section. 

.dwqa-answers-login {display: none;}
Powered by DW Question & Answer Pro