Guest Posted April 25, 2020 Posted April 25, 2020 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
Solution rechigo 364 Posted April 25, 2020 Solution Posted April 25, 2020 /* 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 }
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now