BuddyBoss Home – Web Support Forums Themes BuddyBoss Mobile Only Removing Right Menu / Sidebar Links

Tagged: ,

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

    #44677
    @brayden96

    Hello,

    On the left top side (home icon) menu / sidebar is there anyway to remove & edit names of some of the links?

    Examples:

    Messages
    Starred
    Sent
    Compose

    Answers

    #44863

    Alyssa
    Participant
    @alyssa-buddyboss

    @brayden96 these should be BuddyPress word changeable through the language file. See reference here: https://codex.buddypress.org/translations/

    #44865
    @brayden96

    Yes, I know how to change the names of them. What I mean is, how can I hide certain ones from appearing on the sidebar only…

    In the screenshot attached, how would I hide the entire ‘messages’ section from appearing on the sidebar.

    #44918

    Alyssa
    Participant
    @alyssa-buddyboss

    @brayden96 I’ll teach you how to do this but you should be able to have the same menu on Kleo as on the mobile only theme, I responded in the other forum.
    View source find the menu li wp-admin-bar-my-account-messages
    From there you can see all the other sections you may want to hide. Then add this to your child theme custom.css file:
    #wp-admin-bar-my-account-messages{display:none !important;}

    #44928
    @brayden96

    Perfect, that’s exactly what I needed. Thanks for your time.

    #44948

    Alyssa
    Participant
    @alyssa-buddyboss

    Any time 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Removing Right Menu / Sidebar Links’ is closed to new replies.