-
Hello All
I either need to hide the play time on the control bar or hide the control bar but keep the vol controls visible. Any thoughts? TIA
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
Foliovision › Forums › FV Player › How to … › How to hide the time on the player bar
Hello pmeacham,
To hide the play time, insert this CSS code:
.flowplayer .fp-elapsed, .fp-duration { display: none !important; }
To learn how to insert additional CSS, please see this guide: https://foliovision.com/player/advanced/css-tips-and-fixes
Making the web work for you,
Maria