Jump to content

Remove context menu items


CarlosLima
Go to solution Solved by rechigo,

Recommended Posts

CarlosLima

Hi,

The three highlighted items are of no use to me and I would like to use the CSS or HTML code to exclude them.

Thanks 

 

5ea4c2e1e29ff_Screenshot.png

Link to comment
Share on other sites

  • Solution
rechigo

/* remove line from the top */
.actionSheetScroller > .scrollSlider > .actionsheetDivider {
display: none;
}

/* remove play, play all, convert */
button[data-id="convert"], button[data-id="resume"], button[data-id="playallfromhere"] {
display: none
}
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...