Notifications
Clear all

wpForo 1.x.x [Closed] How to remove this site and forum profile options in my profile page

2 Posts
2 Users
0 Likes
2,491 Views
Posts: 10
Topic starter
(@ahmed)
Eminent Member
Joined: 6 years ago

I want to remove this site and forum profile options in my profile page how to remove it?

Topic Tags
1 Reply
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi ahmed,

Use the following CSS code. Navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in "Custom CSS Code" textarea, save it, delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu{
displaynone;
}