Skip to main content

hey, i want to hide the help center icon in the top bar, does this need to be done in CSS or is there a toggle somewhere?

The help center icon is not visible to your users.

It is there for the super admins.

Do you wish to hide your own means of contacting help?


i wasn't aware of that, no need to hide it from admins, thanks


If you ever want to hide this permanently (although it havent had much success with this code)

 


@lrnlab - I believe that is different. This was for the help center icon.

Which I interpret to be number one in the screenshot as it is labeled Help Center.

 

If it is number two that @adam-guts wants hidden - then I offer my apologies for the misunderstanding on my first response.


Oh right...that one is only visible to super admins.


If you ever want to hide this permanently (although it havent had much success with this code)

 

@lrnlab - I have had huge sucess getting rid of those annoying contextual help pop ups:

/*Hide contextual help*/
div.internal-header-suggestion-balloons {display: none !important;}
.bg-main.docebo-balloon.color-white {display: none;}

 


Thx @Neil Patterson I’ll try it again.


yup, that works!


If you ever want to hide this permanently (although it havent had much success with this code)

 

@lrnlab - I have had huge sucess getting rid of those annoying contextual help pop ups:

/*Hide contextual help*/
div.internal-header-suggestion-balloons {display: none !important;}
.bg-main.docebo-balloon.color-white {display: none;}

 

I wish they would add a setting for this, I hate abusing css for hiding things like this, but its all we have for now :)


Agree @Bfarkas seems there are a few spots where an option to things on/off would be well received by many.


@lrnlab or at least remember I’ve seen it and dismissed it 100 times already :)


@Bfarkas - completely agree but then a lot of Docebo inner workings makes no sense to me!

@lrnlab - glad it worked and you don’t have to put up with RSI from dismissing the balloons!

@adam-guts - sorry for hijacking your post, but at least you know how to get rid of the ‘helpful’ tips should you want to 😆


Reply