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;
}