Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #53394
    @familybudgeting

    Hi, 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

    #53418

    Anonymous
    @

    Hi @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
    Pallavi

    #54369
    @familybudgeting

    Hi 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

    #54421

    Anonymous
    @

    Hi @familybudgeting

    Please 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘My profile menu’ is closed to new replies.