Hello,
when I resize the browser window, their is a grey background appears before the video in the slider adjusts. How can I change that to the background color of the site (#080808)?
Hey birte5,
Thank you for the inquiry.
Try to add this css code to adjust the background color of video container:
div .mejs-container {
background: #080808;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Best regards,
Ismael
Thank you, that works!