Notifications
Clear all

[Solved] Remove "More" option in posts

3 Posts
2 Users
1 Reactions
415 Views
Posts: 15
Topic starter
(@thewpforonoob)
Eminent Member
Joined: 1 year ago

Hello Forum,

when someone posts, wpforo provides a "more" option under the profile picture (see attachment). Is there a way to remove this?

Thank you for your help!

2 Replies
BlackRaz
Posts: 406
Admin
(@blackraz)
Contributor
Joined: 8 years ago

Hi @thewpforonoob,

Just add this css code to your custom css field in settings page
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS Code

.wpforo-post .wpforo-membertoggle,
.wpforo-post .wpf-member-profile-buttons{
  display: none !important;
}

 

1 Reply
(@thewpforonoob)
Joined: 1 year ago

Eminent Member
Posts: 15

@blackraz Thank you so much, it worked!