How-to and Troubleshooting
9
Posts
2
Users
5
Reactions
811
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