BuddyBoss Home – Web Support Forums Solutions Social Learner Learndash/social learner, how to get of Course Discussion box?

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

    #57338
    @eltc-tel

    Using the learndash plugin, on my Course page, there is a Course Discussion box on the right that I can’t work out how to get rid of. I’ve checked in widgets and on the course settings page but nothing. Does anyone have any ideas?

    course description box on page

    Answers

    #57355

    Anonymous
    @

    Hi @eltc-tel, It is hard coded inside the sidebar codes
    you can use custom css to display none

    
    .bp-group-discussion{
    display:none!important;
    }
    

    Regards

    #57387
    @eltc-tel

    Thanks Varun, where exactly do I put that code (apologies, I’m not much a coder)?

    #57535

    Anonymous
    @

    Hi @eltc-tel, Put this css code inside your Boss theme setting > Custom code option.

    Regards

    #57785
    @eltc-tel

    Cheers Pallavi, that worked perfectly.

    #57850

    Anonymous
    @

    Great @eltc-tel

    I will close this topic,
    Feel free to create new for any further queires
    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Learndash/social learner, how to get of Course Discussion box?’ is closed to new replies.