BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › boss learndash plugin sidebar
- This topic has 7 replies, 4 contibutors, and was last updated 8 years, 8 months ago by Anonymous.
Question
March 21, 2016 at 5:58 am #64240@oumassiyaHi 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
March 21, 2016 at 6:52 am #64253@buddyboss
The BuddyBoss TeamKeymasterHi @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 SpecialistMarch 21, 2016 at 7:44 am #64266@oumassiyaHi 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
March 21, 2016 at 10:29 am #64293@
AnonymousHi @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 DubeyMarch 22, 2016 at 5:24 am #64529@oumassiyaHi,
Yes I would like to remove the complete sidebar, I don’t need it !
Thank you very much !
March 22, 2016 at 7:09 am #64565@anveHi @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
AnveMarch 22, 2016 at 7:47 am #64590@oumassiyaThank you very much Anve,
It works perfectly ! (y)
March 22, 2016 at 7:48 am #64591@
AnonymousGreat, I will close this topic
Regards
Varun Dubey
- The question ‘boss learndash plugin sidebar’ is closed to new replies.