Tagged: video element
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?
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