improved

Player v3.0.1

Use version 3.0.2 over this version

This version adds some css parts attributes to the web components so you can target them more easily using part selectors. For example to hide the play button you could use

theo-live::part(play-button) {
	display: none;
}

For more details you can check the UI Customizations page.