Media Player Volume + - only not full media player entity

This javascript widget really rocks. makes things o much easier. Finally I have volume buttons without automations etc. much easier than sliders on a small touchscreen.

Thanks!

I have one more question: Iā€™m using the mediapalyer widget. But I do not want the volume up /down buttons and got rid of them like this:

mpd:
    widget_type: media_player
    entity: media_player.mpd
    level_up_style: "display: none"
    level_down_style: "display: none"
    level_style: "display: none"
    text_style: "display: none"

However the % is still visible:

Screenshot%202018-12-25%20at%2016-18-46

How do I get rid of the % ?

you cant unless you start creating a custom mediaplayer component.
the % sign is hardcoded in HTML.

So I can clone the existing and remove it easily? I suppose it then needs to go into custom_widgets?

yes, it needs to go in custom widgets and when you clone it there you can use the same naming.
but remember that with a next AD update you can get in trouble if something changes and your custom widget has the same as an original.