Dear Team,
Our platform is used by internals and externals. Is there possible to hide the “Avatar image upload” on my profile page? If yes, it could be better option for us.
Dear Team,
Our platform is used by internals and externals. Is there possible to hide the “Avatar image upload” on my profile page? If yes, it could be better option for us.
Hi
Perhaps
Hi Adam,
Thanks for responding to my comments.
My question is about the “HIDE / REMOVE THE AVATAR IMAGE” option on My profile page.
Regards,
Sasikumaar
Here are a couple options you can try. Be sure to test other areas to ensure that nothing else is removed that is not meant to be removed.
/** Remove the SELECT IMAGE button from profile block **/
div.direction ui-button-outlined {
display: none;
}
If you wish to remove the avatar part completely you could try this
/** Remove Avatar box from My Profile **/
lrn-my-profile-personal-info {
display: none;
}
Hope this helps.
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.