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 [Solved] getting rid of ' account'.

6 Posts
2 Users
0 Reactions
1,088 Views
Posts: 8
Topic starter
(@damijung85)
Active Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 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: 8 years ago

Support Team
Posts: 5483

ok @damijung85,

I'll update this topic a bit later.

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

Support Team
Posts: 5483

@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: 6 years ago

Active Member
Posts: 8

Thank you!