Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1187528

    Hi!

    I have a video playing blufilters.com/home and I want to hide the video progress bar. I clicked “hide video controls” and it still shows.

    #1188770

    Hello, just wanted to check in to see if there were any updates on how to hide the progress bar – or in my case make it all white?

    #1189275

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-2412 span.mejs-time-total.mejs-time-slider {
    	display: none !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1190961

    Thank you! That worked well!

    #1191017

    Hi BeyondMS,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.