Question

Use CSS to hide Not yet awarded Badges


Userlevel 4

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

 


2 replies

Userlevel 7
Badge +5

Have you tried deselecting this part in the widget settings first?

 

Userlevel 7
Badge +5

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;
}

 

Reply