Hi everyone, just wondering if anyone has managed to find a way to disable the checklist feature in Docebo. We’re not using it at the moment but may do in the future - however, we’d like to hide the feature in the manager functionality.
if you want to hide the tab, you’ll likely need to use CSS to do that...
Thanks, now wondering if anyone has any CSS code to hide ?
if you want to hide the tab, you’ll likely need to use CSS to do that...
you can try this:
.mng-my-team .dcb-ui-tabs-horizontal-header-track dcb-ui-tabs-horizontal-header-item:nth-child(2) {display:none;}
you can try this:
.mng-my-team .dcb-ui-tabs-horizontal-header-track dcb-ui-tabs-horizontal-header-item:nth-child(2) {display:none;}
Be careful when using this, as it is a counting one of the menu children, if settings change/features change and the menu item shifts, you will be hiding the wrong tab without knowing it. Just be aware :)
Thanks for this, I have tried this but it doesnt seem to work in our system! Thanks for the warning too :)
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
Docebo Employee Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.