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.

 

[Solved] Remove "More" option in posts

3 Posts
2 Users
1 Reactions
695 Views
Posts: 15
Topic starter
(@thewpforonoob)
Eminent Member
Joined: 2 years 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: 396
Admin
(@blackraz)
Contributor
Joined: 9 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: 2 years ago

Eminent Member
Posts: 15

@blackraz Thank you so much, it worked!