Hi,
Of course ! you can remove the search box and the status box from above the list of questions, please add the following code to the style.css file:
.dwqa-search { display: none; }
.dwqa-list-question .filter .status { display: none;}
.dwqa-list-question .filter { padding: 30px 20px;}
Hope this helps !
That is perfect thank you so much! Do you also have a way for me to hide the box that says ‘login to ask a question’?Thanks, Lisa
Please add the following code to the style.css file:
.dwqa-list-question .filter-bar .dwqa-btn {display: none; }
.dwqa-list-question .archive-question-footer .dwqa-btn {display: none; }
Awesome just what I needed, great plugin 🙂 thanks for all your help!
Hi, I tried this but there no change -search bar is still there. My theme is oceanwp and I inserted the code into /public_html/wp-content/themes/oceanwp/assets/css/style.css
Hi, I tried this but there no change -search bar is still there. My theme is oceanwp and I inserted the code into /public_html/wp-content/themes/oceanwp/assets/css/style.css
Please send me your site for further checking
I have checked your site and the code still work fine. In this case, you can send me username & password of your site for further checking.
Hi,
Unfortunately, I can’t do that – not my site, just administering it. Can you give you any info you require though?
<p>In this case, you can go to the archive-question.php file in the plugin and remove the following code: <?php do_action( 'dwqa_before_questions_archive' ) ?></p>
Awesome … thank you so much for your help ….
Please login or Register to submit your answer