BuddyBoss Home – Web Support Forums Solutions Social Learner Highlight the current Lesson name from the Lesson widger

Tagged: ,

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

    #50006
    @iitutor

    Hi. We are using LearnDash for the LMS now. While in the topic list page, I’d like to highlight the current “Lesson” showing this lesson the topics are belonging under. As you can see the screen shot attached, the Lesson widget just shows the entire lessons under a course. Any idea to highlight the current “Lesson” so that the students understand better where they are? Have implemented the navigation breadcrumbs, but it would be really nice to have the current “lesson” to be highlighted from the lesson list. thanks, Fred

    Answers

    #50015

    Anonymous
    @

    Hi @iitutor, please add this css codes in your child theme’s custom.css file:

    
    #course_navigation .learndash_nevigation_lesson_topics_list .lesson {
        color: #fff !important;
        background: #192b56 !important;
        padding: 2% 3% !important;
    }
    

    Regards
    Pallavi

    #50018
    @iitutor

    Hi Pallavi.

    Thank you so much for your prompt response for the question.
    Have copied the codes to wp-content/themes/social-learner/css/custom.css, but no changes were found from the page.
    Looking forward to getting further help on this.

    Cheers, Fred

    #50019
    @iitutor

    Hi Pallavi.

    Thank you so much for your prompt response for the question.
    Have copied the codes to wp-content/themes/social-learner/css/custom.css, but no changes were found from the page.
    Looking forward to getting further help on this.

    /*————————————————————–
    Add your css here
    —————————————————————*/
    #course_navigation .learndash_nevigation_lesson_topics_list .lesson {
    color: #fff !important;
    background: #192b56 !important;
    padding: 2% 3% !important;
    }

    Cheers, Fred

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Highlight the current Lesson name from the Lesson widger’ is closed to new replies.