Activity

  • Thatdevguy posted an update 8 years, 8 months ago

    @engmt Did you get am answer to “Yes, that’s exactly it, I’d like to be able to customize that mobile menu just as we can on desktop. Yes, additional is working, but more importantly I need to be able to remove and hopefully reorder items. Can you help with that? Thanks!”

    • No, but I was able to remove certain items using the following css (which in this case removed the activity, messages and groups menu items):

      #wp-admin-bar-my-account-activity, #wp-admin-bar-my-account-messages, #wp-admin-bar-my-account-groups {
      display: none;
      }