Hide the Circel Buttons in Channels to "Add to Playlist" and "Invite to Watch"

  • 11 March 2024
  • 0 replies
  • 19 views

 

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! 😊🎨

 


0 replies

Be the first to reply!

Reply