Forum

modify webplayer's buttons

22 September 2016 11:38
video tutorials please

many thanks
05 October 2016 06:10
ok thank all, i'm understand … how to remove button
i use css :style="visibility: hidden

thank all
have a nice day.
20 January 2017 16:13
Not sure if someone has found a better solution? but I've resorted to using inline CSS and important tags

e.g.

<style type="text/css">
div#buttons_container div#vert_section_button { display: none !important; }
div#buttons_container div#hor_button_section div#stereo_buttons_container { display: none !important; }
div#buttons_container div#hor_button_section div#quality_buttons_container { display: none !important; }
div#buttons_container div#hor_button_section div#sound_on_button { display: none !important; }
div#buttons_container div#hor_button_section div#auto_rotate_on_button { display: none !important; }
div#buttons_container div#hor_button_section div#pause_button { display: none !important; }
div#buttons_container div#hor_button_section div#help_button { display: none !important; }
</style>
20 January 2017 18:16
Hello and welcome to the forum!
We are going to write article about it
 
Please register or log in to leave a reply.