I’m using DW Q&A Pro.
I’ve found here that I can use this CSS to hide the seach box on the question list:
.dwqa-search { display: none;}
But adding this also removes the search box I’ve added elsewhaere on the page using the [dwqa-search-form] shortcode.
I want to keep the shortcode search box. How can I do this?
In this case, you can send me the pagURLrl that you want to remove the search box I will help you remove it
here is the link https://libertarianqna.com/
Just so you know I created an account after I posted the question above.
You can use the following code:
.post-92 .dwqa-questions-archive .dwqa-search {
display: none;
}
Works great and I see how you did that. Thanks.
Yes, if you have any issue, you can let me know. We will check and update it.
Please login or Register to submit your answer