Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1346902

    Hi, in my medicalverso.com i loaded a video by the video element built in.
    Would it be possibile hide the progress bar?
    I tried to hide in the element setting but it doesn’t work.
    Can you help me please?

    #1346991

    Hey sitibus,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #mep_0 .mejs-controls * {
        background: transparent !important;
        opacity: 0 !important;
    }

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

    Best regards,
    Mike

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