Hey guys,
do you know how I can get rid of my “Video Player” sign on the top left menu bar location?
All I’ve done is that I migrated my old site name from ec2-aa-bb-cc-dd… to my own domain editing referenced domain names in wp-config.php and WP tables wp_options, wp_site, wp_sitemeta and wp_blogs.
Since then the video has been showing with the top left “Video Player” sign. Any ideas as to how to get rid of it?
Cheers,
Bruno
Hey tumold!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.mejs-offscreen {
display: none;
}
Best regards,
Yigit
I was a bit quick with my reply… I checked on chrome – the site comes up with a bit of black margin. Do you know how I can get rid of that?
Thank you.