Question

Removing Instructor Email from New Course Player

  • 3 August 2023
  • 1 reply
  • 47 views

Userlevel 3

We’re preparing for the new course player and noticed it has direct email links to the instructor, encouraging the user to reach out that way. 

Looking for help on how to use CSS to remove the email instructor link.

Thanks in advance!


1 reply

Userlevel 3

Alternatively, I did build the following code for removing the Instructor widget entirely, but then am hoping to figure out how to remove the “INSTRUCTOR” button from the horizontal menu. 

 

 

Used for the Instructor Widget

/** Remove Instructor Widget **/

.dcb-te-content-instructors-widget {

display: none;

}

Reply