BuddyBoss Home – Web Support Forums Themes Boss. theme Remove Filters On Activity Wall

Tagged: ,

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

    #59169
    @bryceevans

    I’m wanting to reduce the space before the first photo/post appears on this page: https://www.theoneproject.co/stories/

    Is there a way to remove the filters (All Photos / All Albums)? They aren’t being used at all.

    Answers

    #59288

    Anonymous
    @

    Hi @bryceevans, Please add this css code inside your boss theme’s custom css option..

    
    #photos-all.selected {
        display: none !important;
    }
    #albums-personal  {
        display: none !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Remove Filters On Activity Wall’ is closed to new replies.