Notifications
Clear all

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.

 

Style [Solved] Leave a Reply & Title

9 Posts
2 Users
5 Reactions
1,516 Views
forummember
Posts: 122
Topic starter
(@forummember)
Estimable Member
Joined: 3 years ago

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
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

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.

1 Reply
forummember
(@forummember)
Joined: 3 years ago

Estimable Member
Posts: 122

Thank you @robert. Always appreciated your assistance.

forummember
Posts: 122
5 Replies
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@forummember,

Ok, I see you're using the Simplified Layout. Here is the CSS code for your case:

#wpforo #wpforo-wrap .wpf-reply-form-title{
   display:none;
}

 

forummember
(@forummember)
Joined: 3 years ago

Estimable Member
Posts: 122
forummember
(@forummember)
Joined: 3 years ago

Estimable Member
Posts: 122
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@forummember,

Use this CSS Code:

#wpforo #wpforo-wrap .wpf-post-create .wpf-field-name-title{
      display: none;
}
forummember
(@forummember)
Joined: 3 years ago

Estimable Member
Posts: 122