Hide Private Message Feature from Students

Some creators wish to use a separate tool for their customer support or CRM and prefer to keep any student inquiries inside that tool. While we don't currently offer a setting to disable the private messaging feature inside Heights, you can add the following CSS styles to your custom code tab in your account settings to hide and disable the private messaging features. 

The following should be pasted in the "program logged-in scripts" section of your Custom Code tab. 

<style>
.help-btn, .app__conversations .message-header .btn{
    display: none !important;
}
</style>

If you wish to disable Direct Messages in your Community area, this can be done from a checkbox in your Account Settings

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us