Skip to main content

Hi folks,

So we are going to leverage some of the deeplink aspects of courses and I wanted to check if anyone has figured out how to hide this one via CSS.

Anyone figure out how to hide these?

That may sound counter-intuitive? But we have some concerns with the chain of custody with these links. Hiding them gives us the benefit of pushing with finess...and using the deeplinks in notifications from Docebo and aspects of the intranet our learning team will own.

@dklinger I believe this CSS code should hide the Share button:
 

#doc-layout-action-buttons buttontaria-label="Get shareable link"]{
display: none;
}

 


PERFECT SOLUTION!!!! THERE WAS MUCH REJOICING!


Reply