BuddyBoss Home – Web Support Forums Solutions Social Learner boss learndash plugin sidebar

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

    #64240
    @oumassiya

    Hi Buddyboss team !

    I want not to diplay the sidebar on courses, lessons and topics with the name of the teacher and a link to contact him.
    How to remove this sidebar please ?

    Thanks a lot

    Answers

    #64253
    @buddyboss

    Hi @oumassiya

    You can add following custom css to theme option to remove teacher widget.

    .widget.widget_course_teacher {
    display: none;
    }
    Regards

    Varun Dubey
    BuddyBoss Support Specialist

    #64266
    @oumassiya

    Hi Varun !

    Thank you for your quick answer !
    I added the css code but even if the widgets on the sidebar are gone, the sidebar is still here (I join you a print screen)

    Thanks a lot for your help

    #64293

    Anonymous
    @

    Hi @oumassiya
    Do you need to remove the complete sidebar, You can use your sidebar to add your additional widgets.
    Above code was only to remove that specific widget from sidebar.
    Regards
    Varun Dubey

    #64529
    @oumassiya

    Hi,

    Yes I would like to remove the complete sidebar, I don’t need it !

    Thank you very much !

    #64565
    @anve

    Hi @oumassiya,

    Try adding following css code in custom css option.

    
    .single-sfwd-courses #secondary,.single-sfwd-lessons #secondary,.single-sfwd-topic #secondary, .single-sfwd-quiz #secondary{
      display: none!important;
    }
    .single-sfwd-courses #primary,.single-sfwd-lessons #primary,.single-sfwd-topic #primary, .single-sfwd-quiz #primary{
        width: 100% !important;
    }
    

    Regards
    Anve

    #64590
    @oumassiya

    Thank you very much Anve,

    It works perfectly ! (y)

    #64591

    Anonymous
    @

    Great, I will close this topic
    Regards
    Varun Dubey

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘boss learndash plugin sidebar’ is closed to new replies.