BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › My profile menu
- This topic has 3 replies, 3 contibutors, and was last updated 8 years, 11 months ago by Anonymous.
Question
December 1, 2015 at 8:33 pm #53394@familybudgetingHi, after the recent update I’ve noticed that the My Profile menu has changed. For admins, this used to include a “Dashboard” link that’s disappeared. How do I get that back?
For users, I would like to remove “Activity”, “Forums”, “Courses” and “Settings”. How do I do that please?
Cheers,
Mike
Answers
December 2, 2015 at 1:36 am #53418@
AnonymousHi @familybudgeting, You will have to enable ‘Dashboard Links’ option from Boss theme settings (see the attached screen shot).
To remove the “Activity”, “Forums”, “Courses” and “Settings” links please add this css.
li#wp-admin-bar-my-account-activity.menupop { display: none !important; }
li#wp-admin-bar-my-account-forums.menupop { display: none !important; }
li#wp-admin-bar-my-account-courses.menupop { display: none !important; }
li#wp-admin-bar-my-account-settings.menupop { display: none !important; }Regards
PallaviDecember 14, 2015 at 1:50 am #54369@familybudgetingHi Pallavi, I tried that custom CSS but it didn’t seem to make a difference.
I take it there’s no setting for this? Could it be considered with a future update please?
Cheers,
Mike
December 14, 2015 at 1:03 pm #54421@
AnonymousPlease add following css
#wp-admin-bar-my-account-activity.menupop { display: none !important; } #wp-admin-bar-my-account-forums.menupop { display: none !important; } #wp-admin-bar-my-account-courses.menupop { display: none !important; } #wp-admin-bar-my-account-settings.menupop { display: none !important; }
and to raise the priority you can use it with Simple Custom CSS plugin
Regards
Varun Dubey
- The question ‘My profile menu’ is closed to new replies.