Skip to main content

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!

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