I really hate to ask what should be a simple fix, but in my BuddyPress menu for some one not logged in I have the following:
Create an Account
Activate Your Account
Log in
Is there a way I can remove the “Activate Your Account” menu item?
Thanks
I really hate to ask what should be a simple fix, but in my BuddyPress menu for some one not logged in I have the following:
Create an Account
Activate Your Account
Log in
Is there a way I can remove the “Activate Your Account” menu item?
Thanks
Hi There,
Is it your website?
I would like to check but it’s under construction mode.
Would you mind providing us with your admin account so we can take a closer look?
Thanks.
Yes my site and I sent a secure note with the info to login
Hi,
To remove it, you can add the code below in Theme Options > CSS
body:not(.logged-in) .sub-menu .menu-item-buddypress-navigation:nth-child(5) {
display: none;
}
Hope that helps
Thank you so much Paul!
You’re welcome! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.