Can functionality be added to either Whitelisting or some other administrative capability to either hide or remove the ‘Terms & conditions | Privacy Policy’ links at the bottom of the Morpheus UI/portal? We have no need for it with our current use cases. Thanks for your consideration. Kris
Under Administration > Settings > Whitelabel, you can apply the following CSS overrides and it will hide those fields:
.disclaimer {
display: none;
}
.policies {
display: none;
}
Chris,
That is exactly what I needed. That worked. Thank you!
1 Like