yymailb
asked 5 years ago

I’ve installed QA Pro in wordpress. When an anonymous user visit a question page, he will see a login prompt and a login form in the page, like this:
Please login or Register to submit your answer
A login form here
 
The problem is: My wordpress site use a OpenId Connect plugin to provide SSO (Single Sign-On), so, user can’t login by a user_name/password. May I remove the login form (which not work) on question page?
 
 
 

1 Answers
DominicStaff
answered 5 years ago

If you want to remove the login form, you can add the following code to the style.css file or go to the Dashboard > Customize > Additional CSS.

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