Skip to main content

 

Hey Community,

Just wanted to share a handy CSS code snippet with you all! If you're looking to hide the "Invite to Watch" and "Add to Playlist" buttons on your videos, simply add the following code to your CSS file:

CSS Copy code:

doc-layout-action-buttons #invitetowatch {

display: none !important;}

 

doc-layout-action-buttons #addtoplaylist {

display: none !important;}
 

Feel free to customize and use this code to tailor your video player's appearance to your preferences. Happy customizing! 😊🎨

 

Be the first to reply!

Reply