Tagged: background video, color section, Hide, Loading icon, video
I’m having a problem with the color-cection background video. Inside the section there is a 9s local hosted video that loops. Sometimes on Desktop and always on mobile there is appearing a HUGE loading icon after every loop, thats very annoying. Every loop there is popping a big loading icon :( . I understand that it appears once on the first visit of the site, but not every loop. Can i hide this animated loop icon?
Hey villasanarenteriasimon,
You can try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .mejs-overlay-loading {
display: none !important;
}
After applying the css, please clear your browser cache and check.
If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
Mike