Question

My Dashboard > My Team how to hide the "Checklists" tab and the "Remove from Team" options

  • 14 March 2023
  • 4 replies
  • 52 views

In the My Dashboard > My Team page, what is the CSS code to hide the "Checklists" tab and the "Remove from Team" options?


4 replies

Userlevel 7
Badge +7

These posts should help...please makes sure to test all the various places “Remove from Team” appears

 

Thank you. This addresses the “Remove from Team” issue - what about hiding the Checklist tab under My Team?

I also need help with css to hide the “checklist” under the header for “My Teams”

I also need help with css to hide the “checklist” under the header for “My Teams”

 

My SDM gave me the CSS to hide the checklist from my team's page. Tested and working. See below.

 

/* Hides the Checklist tab from My Team page*/

.mng-my-team dcb-ui-tabs-horizontal-header-item[aria-label="Checklists "] {

    display: none;

}

Reply