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
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 !
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
You can log in to Dashboard > Appearance > Editor > style.css file.
I unchecked post private question that worked well. But adding the code to style.CSS not worked..
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,
Please check http://www.time2ask.com/ ,
the code is already added in style.css
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,
Please login or Register to submit your answer