Hide Total Badges and Points from the Badges widget

  • 17 February 2023
  • 1 reply
  • 44 views

Hello community,


I am trying to look for the right ID or class the past hour to no avail. Basically, what we want is to hide the bottom tab that says My Awarded Badges and My Total Points. This way, only the badges will show up in the widget. If they need to dive deeper, they can always click the Trophy Icon on the top bar or the dedicated Badges and Points link we have on the homepage. Hopefully someone in here encountered this use case and was able to find the right id/class to modify.

I appreciate any help regarding this

 

 


1 reply

I was able to figure it out. Turns out I am trying to target a specific class when I can do a nested class selector all along. Posting this here in case anyone else will have the same need.

​​​​​​​.badges-tab__wrapper .informational-content {display:none !important;}

 

Reply