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.
How-to and Troubleshooting
9
Posts
2
Users
5
Reactions
1,516
Views
Dec 19, 2023 7:05 am
Hi, is there a way that I can remove the "Leave a Reply" and the title of the topic because obviously the member is replying on the same topic. Thank you in advance for the support.
Also, I want to edit also the "Add Reply" to "Reply" only.
See the attached document for reference.
8 Replies
Dec 20, 2023 6:12 am
Hi @forummember,
Use this CSS code. Put it in wpForo > Settings > Colors & Styles > Custom CSS Code textarea:
#wpforo #wpforo-wrap .wpf-form-wrapper.wpfel-4 .wpf-reply-form-title{ display: none; }
Find the "Add Reply" phrase in wpForo > Phrases admin page, edit and change it.
Dec 24, 2023 8:45 am