BuddyBoss Home – Web Support Forums Themes Boss. theme How to remove RSS button?

Tagged: , ,

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

    #58096
    @socialcoc

    I see RSS button in the groups and activity page. I want it to disappear, How do I do that?

    Answers

    #58113

    Anonymous
    @

    Hi @socialcoc, Please add this css code in your Boss theme’s custom css option:

    
    li.feed {
    display: none;
    }
    

    Regards

    #58166
    @socialcoc

    It works on Desktop theme, But RSS is still visible in mobile theme.

    #58173

    Anonymous
    @

    Hi @socialcoc, Add this to hide RSS link on mobile:

    
    .is-mobile #buddypress div#subnav.item-list-tabs ul li.feed {
        display: none !important;
    }
    

    Regards

    #58183
    @socialcoc

    Thank you very much! that worked well.

    #58250

    Anonymous
    @

    Great 🙂

    #58343
    @schwarzaufweiss

    If you hide rss the right border of “mentions” is missing. Only something cosmetic, but…

    …would be cool to have an option in BOSS to de-activate RSS.

    #58500

    Anonymous
    @

    Hi @schwarzaufweiss, Thanks for your suggestion..we will think to include this option in theme setting..

    For now please take look of following thread it will help you as we have already discussed on this one..
    https://www.buddyboss.com/support-forums/topic/remove-feedrss-tab-and-user-icon-colour/

    Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘How to remove RSS button?’ is closed to new replies.