- This topic has 21 replies, 2 contibutors, and was last updated 8 years, 8 months ago by .
Question
Answers
- The question ‘LearnDash upgrade issue’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › LearnDash upgrade issue
Hi @iitutor, Please add this css code inside your boss theme’s custom css option
widget.widget_course_teacher {
display: none !important;
}
Regards
Still “Course By” is shown. It would be great to help to remove this.
Hi @iitutor, Please try this css code:
.widget_course_teacher header {
display: none !important;
}
Regards
Thanks, it makes it certainly better!
The space is now blank as shown in the attached. Do you have any idea to remove the empty space as well?
Cheers, Fred
Hi @iitutor, Sorry for the inconvenience last css I gave you was correct.
.widget.widget_course_teacher { //I forgot to add '.' //
display: none !important;
}
I have implemented it in your site now at http://www.iitutor.net/
Regards
Thank-you! That works now.
Thanks again, Fred
🙂