Skip to main content
Best Answer

User Management: Hiding the 'Manage Users via CSV' Button" using CSS


Hello Community,

We are trying to hide the option “Manage Users via CSV" using CSS for admin view using CSS?

Does anyone know or have CSS to hide this option on the User Management page? 

 

Best answer by Bfarkas

Thanks for bumping and the reference photo @Annarose.Peterson , always great to see what we are talking about to make sure its the same thing as I still went to 3 spots that it could apply to :)

Alright, so I took a quick look and here’s what I see to do it, but couple quick disclaimers:

  • Have not looked around the platform to see what else this impacts, but should be minimal.
  • This method uses the button’s tooltip value, so if Docebo changes this, it will stop working unless you update the tooltip value to match.
  • Personally, never a fan of hiding things this way, especially on administrator interfaces, prefer education/training/ramifications/accountability than hiding….just personal preferences though, understand the counter arguements.

and with that….hope this helps:

button[data-tooltip="Import & Manage"] {
display: none;
}

 

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

3 replies

Annarose.Peterson
Hero III
Forum|alt.badge.img+6

Bump!  curious to know if anyone has been able to pinpoint how to hide this option? 

 


Bfarkas
Hero III
Forum|alt.badge.img+5
  • Hero III
  • 3582 replies
  • Answer
  • December 21, 2023

Thanks for bumping and the reference photo @Annarose.Peterson , always great to see what we are talking about to make sure its the same thing as I still went to 3 spots that it could apply to :)

Alright, so I took a quick look and here’s what I see to do it, but couple quick disclaimers:

  • Have not looked around the platform to see what else this impacts, but should be minimal.
  • This method uses the button’s tooltip value, so if Docebo changes this, it will stop working unless you update the tooltip value to match.
  • Personally, never a fan of hiding things this way, especially on administrator interfaces, prefer education/training/ramifications/accountability than hiding….just personal preferences though, understand the counter arguements.

and with that….hope this helps:

button[data-tooltip="Import & Manage"] {
display: none;
}

 


Annarose.Peterson
Hero III
Forum|alt.badge.img+6

thank you @Bfarkas !

 


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