It would be great not to have to close the contextual tool tips each time I open a new tab or window - very distracting and frustrating.
Best Answer
Permanently turn off "Contextual Help" tooltips
Best answer by nick.tosto
The first CSS code should hide the question mark icon in the top right:
/*Hide contextual help*/
div.internal-header-suggestion-balloons{
display: none !important;
}
and this CSS should hide the pop up boxes themselves:
.bg-main.docebo-balloon.color-white {
display: none;
}
Reply
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.