Skip to main content
Best Answer

Hiding My Team - Users-Certifications report with CSS


williamradford14

Hi team -

We are rolling the My Team feature out to thousands of users. The problem is, under Reports, we have no need for the Users - Certifications report and would consider it confusing because our certifications are not provided by Docebo but are actual proctored exams issued by another vendor. Therefore, we want to hide it! Is this possible via CSS? 

Best answer by dklinger

dklinger wrote:

It is - you need to adjust the css and essentially count up the rows in the listing….but here is the css to do so. We also hide certifications….so this should do the trick.

 

/*Hide Activities That We Dont Want To Show In User Profile*/
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(6),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(8),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(9)
{display:none !important;}

 

 

 

Oops - nope - this is not true. Current state you cant hide those reports is my understanding. This is for hiding activities in the user profile.

View original
Did this post help you find an answer to your question?

3 replies

dklinger
Hero III
Forum|alt.badge.img+8
  • Hero III
  • 1682 replies
  • January 16, 2023

It is - you need to adjust the css and essentially count up the rows in the listing….but here is the css to do so. We also hide certifications….so this should do the trick.

 

/*Hide Activities That We Dont Want To Show In User Profile*/
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(6),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(8),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(9)
{display:none !important;}

 

 


dklinger
Hero III
Forum|alt.badge.img+8
  • Hero III
  • 1682 replies
  • Answer
  • January 16, 2023
dklinger wrote:

It is - you need to adjust the css and essentially count up the rows in the listing….but here is the css to do so. We also hide certifications….so this should do the trick.

 

/*Hide Activities That We Dont Want To Show In User Profile*/
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(6),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(8),
.myactivities-sidebar > .sidebarred > .sidebar ul li:nth-child(9)
{display:none !important;}

 

 

 

Oops - nope - this is not true. Current state you cant hide those reports is my understanding. This is for hiding activities in the user profile.


williamradford14

Darn! Thanks for the reply and the snippet, nonetheless. 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings