suresh mamidala
asked 9 years ago

Hi
Is this possible to remove public/private question options in my site? cause all questions asked in my site are public only
i dont want to display ask a question page and in question display page

thanks in advance

1 Answers
DominicStaff
answered 9 years ago

To remove the public/private question options in your site, you can add the following code to the style.css file:

.dwqa-change-privacy .dwqa-btn-group {
  display: none;
}

Then uncheck then Private question in the Dashboard > Q&A > Settings > General.
See the screenshot: http://prntscr.com/7ipwei

Hope this helps !

mamidala1
replied 9 years ago

Hi thank u , but i am confused Which style.css?
wp-content/plugins/dw-question-answer/inc/templates/default/assets/css/style.css
wp-content/plugins/dw-question-answer/assets/css/style.css

dominic Staff
replied 9 years ago

You can log in to Dashboard > Appearance > Editor > style.css file.

mamidala1
replied 9 years ago

I unchecked post private question that worked well. But adding the code to style.CSS not worked..

dominic Staff
replied 9 years ago

Have you tried: .dwqa-change-privacy .dwqa-btn-group { display: none !important; }
If you still face there issue, please send me your site for further checking.
Regards,

mamidala1
replied 9 years ago

Please check http://www.time2ask.com/ ,
the code is already added in style.css

dominic Staff
replied 9 years ago

I think you are using an editor plugin, If right, you can add this code to the Theme Editor or you can send me username & password of your site (via private answer), I will help you resolve it.
Regards,

Powered by DW Question & Answer Pro