Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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
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; }