Skip to main content

Hello,

I’m looking for a little CSS help to hide the “Lesson Details” block of metadata and tags in the course player. I saw in a related post that someone shared code a year ago to hide tags appearing in chapters, but I don’t believe that will work with the current course player?

 

Any advice?

Thank you!

Hi @cfranklin, I found a related post by @gstager which solved this for me:

/** Remove Tags **/

.lrn-course-player-lesson-info {
display:none;
}

/** End Remove Tags **/

 


Hello.  I’m looking to hide the short description from the course player.  Would that be:

 

.lrn-course-player-short-description{

    display:none;

}


We have found this to work but don’t know the impact of it.

 

 


Reply