Skip to main content

I’m trying to remove the Course ID from the Course Details Panel in the New Course Player with no luck. 

This is the best I could do with very limited CSS skills. Can anyone nudge me in the right direction?

Thanks in advance for any and all help!

 

/** Remove Course ID **/

.lrn-widget-content-details-course-id{

    display:none;

}

 

 

Figured it out! 

/** Remove Course ID **/

.lrn-widget-content-details-course-id{

    display:none !important;

}


@Scott Foster - Have you figured out how to hide the Learning Plan ID? :-)


Does anyone have css to remove the Time to Complete?


 ​@Scott Foster - Have you figured out how to hide the Learning Plan ID? :-)

Well, I THINK I might have figured it out, but please someone tell me if I am wrong  :-)

 

/** Remove LP ID **/

.lrn-widget-content-details-learning-plan-id{

    display:none !important;

}


Reply