I understand the usefulness of tags for search. However once a learner arrives at a video, the need to show the tags is not important. Is it possible to hide the tags?
You should be able to hide the tags with CSS. This code should hide it in the information area beneath the course player:
chapter-information .chapter-tags-wrapper {
display: none;
}
Just add that to the Custom Styles area in Configure Branding & Look and it should no longer show.
Nick,
Three things:
- Thank you
- I hope you don’t rue the day I created an account here
- I need to put you on a retailer or Docebo should put you on the payroll for your assistance
Thanks again for the quick and accurate response.
This is especially important when you forget to go back and delete bad tags.
The learner certainly does not need to see that...
Before CSS:
After CSS:
We have the new course player, which I assume is why this code isn’t working for us. I’m trying to find the CSS element that the new course player uses for the tags section, but I’m not having any luck. Any ideas?
You should be able to disable now from within the admin section.
Hope that helps.
lrn-course-player-widgets-area .lrn-course-player-lesson-tags-title {
display: none !important;
}
lrn-course-player-widgets-area .lrn-course-player-lesson-tags
{
display: none !important;
}
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.