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.

 

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

2 Posts
2 Users
0 Reactions
2,812 Views
Posts: 10
Topic starter
(@ahmed)
Eminent Member
Joined: 7 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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{
display:Β none;
}