Jean Bessanio
asked 9 years ago

I have a page where "ask a question" is also followed by "all answers using both the shortcodes, what i need is to remove the boxed area which says "all, need answer up to "ask a question button"

I just dont wwant to display that in particular, kindly help

http://i.imgur.com/svqzYBG.png

regards

1 Answers
DominicStaff
answered 9 years ago

Hi,
To remove the filter bar and ask question button, you can add the following code to the style.css file:
.dwqa-list-question .filter-bar .dwqa-btn { display: none; }
.dwqa-list-question .filter .status { display: none; }
Hope this helps !

Powered by DW Question & Answer Pro