Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220715

    leehart09
    Participant

    Hi,

    I installed Buddypress, but I’ve noticed that there is a RSS button that appears on the ‘activity’ page. When you click on it, it brings you through to something like a text file – it’s quite messy looking, and think it will confuse visitors to my site.

    Is there any way to remove or hide this button?

    Website details provided in message below…

    Thanks,

    Catherine

    #1220717

    leehart09
    Participant
    This reply has been marked as private.
    #1220778

    Joao
    Moderator

    Hi There,

    Would you mind providing a screenshot to clarify what you are referring to?

    Thanks

    Joao

    #1220798

    leehart09
    Participant
    This reply has been marked as private.
    #1220854

    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .buddypress .item-list-tabs>ul>li.feed {
        display: none;
    }

    Hope it helps 🙂

    #1220871

    leehart09
    Participant

    Yes, that did the trick! Thank you kindly! 🙂

    #1220888

    Thai
    Moderator

    If you need anything else please let us know.