Here’s a quick way to hide the gamification icon at the top level or by sib-domain:
.internal-header-gamification {
visibility: hidden;
width: 0.1;
padding: 0;
}
Here’s a quick way to hide the gamification icon at the top level or by sib-domain:
.internal-header-gamification {
visibility: hidden;
width: 0.1;
padding: 0;
}
Thanks for the Reply. Where I can find the CSS. I am not able to do. Please help.
Root domain changes:
Admin menu > Configure Branding & Look > Custom Styles
Sub domain changes (*changed inly for that sub domain) - for this to work only for the sub domain, DO NOT add at the root level:
Extended Enterprise > Manage > Choose sub domain to edit > click the ‘gear’ > select Configure Banding & Look (at the top right)
Hi Irnlab,
It’s working fine. Thanks for the support
Regards,
Sasikumaar
Thanks for this
SCENARIO: We have a subdomain for external learners and plan to segment/hide gamification for those people while making it visible to only our employees. In our case, we will go into the subdomain and add the lines labeled EXTERNAL.
CODE: I found a couple more places the game features need to be hidden from though so thought I would drop this code in here. There’s also an extra smidge of code below to emphasize the trophy in the top nav for INTERNAL. (We’ll use this for kick-off to draw the eye.)
* ----HIDE Top Nav Trophy from EXTERNAL users by lrnlab--- */
.internal-header-gamification {
visibility: hidden;
width: 0.1;
padding: 0;
}
/* --- HIDE My Activities sidebar Badges tab EXTERNAL--- */
.myactivities-sidebar > div > div.sidebar > ul > li:nth-child(7) {visibility: hidden; display: none;}
/* --- HIDE trophy icon next to course launcher details EXTERNAL--- */
.fa.fa-trophy.icon-type.text-grey-mid-permanent.trophy-cell {
visibility: hidden;
}
/* --- Gold Trophy Emphasis for INTERNAL --- */
#ui-button-icon-5 {
background-color: #ffdd00;
}
Thx
ehy
many thanks
ehy
many thanks
you can apply it at the sub domain level if you are an EE client however if all your users are in a single domain, you cannot hide this selectively using CSS...not quite sure how you would even do that...
ehy
many thanks
you can apply it at the sub domain level if you are an EE client however if all your users are in a single domain, you cannot hide this selectively using CSS...not quite sure how you would even do that...
mh, ok… in my opionion this is not too “nice” if a user see the icon but he/she could not partecipate...
you can control your contests and leaderboards by branch though...just cant hide the icon without using CSS and CSS does not apply at the branch level.
you can control your contests and leaderboards by branch though...just cant hide the icon without using CSS and CSS does not apply at the branch level.
ok, what a pity
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.