Notifications
Clear all

wpForo 1.x.x [Solved] getting rid of ' account'.

6 Posts
2 Users
0 Likes
828 Views
Posts: 8
Topic starter
(@damijung85)
Active Member
Joined: 5 years ago

Hi,

 

I've got able to get rid of ''account' from main menu, but still appears down there as you can see from the attachment. How can I get rid of this??

Thank you.

 

5 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @damijung85,

Please let us know how you've removed the field? Have you done it via CSS code?  if yes please leave it here to allow us to check.

4 Replies
(@damijung85)
Joined: 5 years ago

Active Member
Posts: 8

Hi,

I've removed via wordpress setting menu.

wordpress admin -> appearance->menu->woforo navigation ->removed (account) sub item from my profile. Thanks

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4309

ok @damijung85,

I'll update this topic a bit later.

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4309

@damijung85

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again (press CTRL+F5 on the frontend). 

#wpforo #wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu:nth-child(2) {
display: none !important;
}
(@damijung85)
Joined: 5 years ago

Active Member
Posts: 8

Thank you!