How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
473
Views
Sep 21, 2023 7:38 am
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
Sep 21, 2023 11:27 am
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; }