Notifications
Clear all

Style [Solved] Leave a Reply & Title

9 Posts
2 Users
5 Likes
430 Views
forummember
Posts: 119
Topic starter
(@forummember)
Estimable Member
Joined: 2 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: 10511
Admin
(@robert)
Support Team
Joined: 8 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: 2 years ago

Estimable Member
Posts: 119

Thank you @robert. Always appreciated your assistance.

forummember
Posts: 119
5 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10511

@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: 2 years ago

Estimable Member
Posts: 119
forummember
(@forummember)
Joined: 2 years ago

Estimable Member
Posts: 119
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10511

@forummember,

Use this CSS Code:

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

Estimable Member
Posts: 119