BuddyBoss Home – Web Support Forums Themes Boss. theme Wall, separate posts

Tagged: 

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

    #50722
    @sjentertainment

    I was wondering if there is a setting to add a ‘colored’ line break between posts on the wall?
    When I look at the Boss picture in the themes section in the dashboard (see attached image – red arrows), there’s a line break visible, however I can’t find it anywhere 😉
    Any suggestions? BTW, great theme!

    Thx for your help.

    Grtz,
    Sander

    Answers

    #51475
    @vapvarun

    Hi @sjentertainment, you can easily include them with as small piece of custom css

    
    #buddypress ul#activity-stream li.activity-item {
        padding: 25px 0 25px 5px;
        border-bottom: 1px solid rgba(0,0,0,.11);
    }
    

    Regards

    #52371
    @sjentertainment

    Hi @vapvarun, thanx for your answer. Where do I put this code?
    Also I read somewehere that you guys were working on an events option inside BuddyBoss where members can post events and let other people know that they will be attending. Any updates about this?

    Thanks again for your help.

    Sander

    #52391
    @vapvarun

    Hi @sjentertainment, You can add those codes to child theme custom.css or to boss option panel

    Regards
    Varun Dubey

    #52435
    @sjentertainment

    Hi @vapvarun,

    Thanx again!

    Any news about the events option in buddy boss?

    Grtz,

    Sander

    #52479
    @vapvarun

    Hi @sjentertainment, not at present
    Developers are still working on it
    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Wall, separate posts’ is closed to new replies.