-
Does anyone know how to disable the time display? I would like to disable both the play time as well as remaining time.
Any help would be appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
Foliovision › Forums › FV Player › How to … › How to disable time?
Hello stefanredcat,
sorry about the enormous delay here. You can use a CSS like this:
.fp-duration, .fp-remaining, .fp-elapsed { display: none; }
Or you can add class “no-time” to the player element using a PHP code, see our FAQ here: https://foliovision.com/player/faq#customized-player-control-playpause-button Just make sure you add “no-time” and not “play-button”
Thanks,
Martin