Skip to main content

We would like to remove the Record Your Screen from the Share Content section. Can someone post the CSS for me?

 

Thank you!

Hi @74plymouth hope this can help you

 

 


Thanks @lrnlab, I was hoping to remove the Record Your Screen from the Share Content feature globally. The one you sent was for courses, which might be helpful in the future.


@74plymouth you mean from the Channels area as well?

tagging @gstager to see if he may have some ideas...


This is the area where I want to hide the Record Your Screen globally. it’s the Share Content button with the curved arrow.


Are those functions available as a part of Discover, Coach, and Share?

 


@gstager yes they are part of the discover, coach and share


I was afraid of that. I was not able to find the option as you showed in your screenshot.

I do not have Discover, Coach, and Share enabled on my platform so I am not able to dig into this request.


Did a quick look, try this:

#contribute #button-2-3 {
display: none;
}

I put the #contirbute to try and keep it to just this page type setup, but it may impact other page types too so make sure it is not impacting unintentionally.


CSS to hide the record found n this discussion seems to no longer work with the new course player and most recent updates...has anyone found an update that works? @gstager ? Thanks

 


@lrnlab - I do not have discover, coach, and share so I cannot properly look into this.

I see @Bfarkas was able to make the last suggestion - perhaps he can see what’s up.


no worries, thx @gstager 


Reply