Notifications
Clear all

wpForo 1.x.x [Closed] Disable Account

6 Posts
2 Users
0 Reactions
2,721 Views
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Thank you @hsinnyliu,

You just need to hide this tab using the following CSS code. Please add it in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea, save it delete all caches, Do CTRL+ F5 on the frontend. 

#wpforo #wpforo-wrap .h-bottom > a.wpf-profile-menu:nth-child(2){
display:none !important;
}
Page 2 / 2