Hi Everybody
Is there a way to use CSS to hide this section of the widget?
I am aware of the unique widget number and refer to it, can’t find a way to refer to this object.
Anybody tried and succeeded?
Thanks
Hi Everybody
Is there a way to use CSS to hide this section of the widget?
I am aware of the unique widget number and refer to it, can’t find a way to refer to this object.
Anybody tried and succeeded?
Thanks
Have you tried deselecting this part in the widget settings first?
I suppose to answer your direct question…
You could give this a shot and remember to test things out.
I guess I would opt for the switch on each individual widget myself.
/** Remove the "Not Yet Awarded" section of the Gamification Widget **/
gamification-widget.ng-star-inserted div.informational-content.ng-star-inserted div.content-box.ng-star-inserted {
display: none;
}
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.