Mike
asked 6 years ago

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?

1 Answers
DominicStaff
answered 6 years ago

In this case, you can send me the pagURLrl that you want to remove the search box I will help you remove it

landshark
replied 6 years ago

here is the link https://libertarianqna.com/

landshark
replied 6 years ago

Just so you know I created an account after I posted the question above.

Dominic Staff
replied 6 years ago

You can use the following code:
.post-92 .dwqa-questions-archive .dwqa-search {
display: none;
}

landshark
replied 6 years ago

Works great and I see how you did that. Thanks.

Dominic Staff
replied 6 years ago

Yes, if you have any issue, you can let me know. We will check and update it.

Powered by DW Question & Answer Pro