Jul 30, 2021 6:20 pm
Hi, wpforo team;
I want to remove "add a comment" button from answers in Q&A forum layout. But old comments should be kept as is. Only I want to remove the button for new comments in my website. The button I meant is attached as photo. Is there anyway? Thank you for everything
2 Replies
Aug 02, 2021 5:51 am
This will remove the idea of Q&A, all replies will be answers, even a simple "Ok" will be an answer. I don't think it's a good idea. Your Q&A topics will not be Q&A topics, they'll be one level discussion threads. In any case, if you want to remove it, just use this CSS code:
#wpforo #wpforo-wrap .wpforo-qa-comments-footer .wpf-add-comment-button{ display: none; }