BuddyBoss Home – Web Support Forums Themes Boss. theme Where has the border gone?

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

    #61963
    @paul53pw

    Hi,

    I noticed in the Boss demo there is a border between the sidebar and body. It is not appearing on my site: http://g4guitarashford.com/groups/senior-level-1/

    Thanks

    Answers

    #61976

    Anonymous
    @

    @paul53pw,

    It’s not appearing because the Social Learner add-on styles are overriding some of the Boss styles. If you check one of the Social Learner demos you will see there is no border there. That was simply a styling choose by BB for Social Learner I suppose. However, this can be overridden in your custom.css in your child theme like so.

    div#secondary.widget-area {
      border-left: 1px solid #a4b3c2 !important;
    }

    If you need information on child themes check the BB guide on that.

    Hope that helps,

    Ryan

    #61995

    Anonymous
    @

    Hi @paul53pw, Please add the following css in your Boss. theme’s custom css option..

    
    .group-single #secondary {
        border-left: 1px solid #ddd !important;
    }
    

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Where has the border gone?’ is closed to new replies.