Skip to:
Content
Pages
Categories
Search
Top
Bottom

Solved – Help removing RSS tab

  • @mrrobot99

    Participant

    Hello guys, I’m new in this amazing world. I need help removing the RSS tab on the group page, I’ve tried different methods on this forum without success. Can someone help me please? Screen attached. Thanks
    Screenshot

Viewing 2 replies - 1 through 2 (of 2 total)
  • @dcavins

    Keymaster

    You can hide it using CSS, like:

    .buddypress-wrap .subnav-filters .feed {
        margin-right: 0;
        display: none;
    }

    @mrrobot99

    Participant

    Thanks, problem solved! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar