Hello, I need some help. The words “video player” are appearing above anything or anytime I use the Easy Slider in Enfold. You can see it at http://www.digallc.com/
How do I remove it?
Hi cwest204!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.mejs-offscreen {
display: none!important;
}
Cheers!
Yigit
Thanks, this helped me too.