We don’t want to expose instructor emails to our learners because we have an established support process that our customers should use to get help. Here’s the CSS that I used to hide the instructor email from our learners in the new 2024/2025 VILT course UI:
/** Remove Instructor Widget **/
.dcb-te-content-instructors-widget-instructor-email {
display: none;
}
Before:
After: