There are parts of the new My Profile that we don’t want visible. I can’t figure out what element to target with CSS. Any ideas?
Best Answer
Hiding parts of "My Profile"
Best answer by ariel.zimmerman
I figured it out!
/** Hiding "Companion" from My Profile **/
#vertical-tab-companion {
display: none !important;
}
/** Hiding "Content Partners Affiliation" from My Profile **/
#vertical-tab-contentpartnersapp {
display: none !important;
}
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

