BuddyBoss Home – Web Support Forums Solutions Social Learner LearnDash upgrade issue

Viewing 7 posts - 16 through 22 (of 22 total)
  • Question

    #60192

    Anonymous
    @

    Hi @iitutor, Please add this css code inside your boss theme’s custom css option

    
    widget.widget_course_teacher {
        display: none !important;
    }
    

    Regards

    Answers

    #60198
    @iitutor

    Still “Course By” is shown. It would be great to help to remove this.

    #60409

    Anonymous
    @

    Hi @iitutor, Please try this css code:

    
    .widget_course_teacher header {
        display: none !important;
    }
    

    Regards

    #60419
    @iitutor

    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

    #60423

    Anonymous
    @

    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

    #60445
    @iitutor

    Thank-you! That works now.

    Thanks again, Fred

    #60451

    Anonymous
    @

    🙂

Viewing 7 posts - 16 through 22 (of 22 total)
  • The question ‘LearnDash upgrade issue’ is closed to new replies.