Hello,
I recently read how to remove the team bar by using
/*Remove skill bars*/
.skill {
display: none;
}
Is there a way to do that with CSS for the teams bar? I don’t seem to be referencing that correctly.
EX:
/*Remove team bars*/
.team {
display: none;
}
Additionally, what would the declarations be to reference any of the widget bars to ensure they don’t populate?
Thanks!
Dylan