Removing time bar
Submitted by Kaloykagatoy on Sat, 09/03/2022 - 17:09
Forums:
Hi guys! For several days now I'm trying to figure out how can I remove the entire time bar and leave only 2 buttons, volume and Full screen icon.
Desperately, was trying to find the CSS line among all the files but no provable.
Please help me with this one :)
Thank you so much!
otacke
Mon, 09/05/2022 - 17:45
Permalink
Hi!You should not (try to)
Hi!
You should not (try to) overwrite the CSS in code, but use H5P's hooks that allow you to simply pass your own CSS files. Please see https://h5p.org/documentation/for-developers/visual-changes for details.
Best,
Oliver
Kaloykagatoy
Mon, 09/05/2022 - 18:15
Permalink
Thank you so much Oliver
I was according to, but really had no idea what I'm doing. I downloaded the plugin for WP, activate it, and so many option there. None of them included anything to do with the time bar. I have no idea what to do..
otacke
Mon, 09/05/2022 - 19:00
Permalink
Hi! You just need to follow
Hi!
You just need to follow the guidelines. The extra WordPress plugin mentioned there essentially contains everything that you need, but yes, will require some very basic knowledge of CSS and maybe PHP.
Best,
Oliver