I am using the Background Video in a color section.
A few seconds before the video load the background is black.
How can I customize the background color changing for white?
THANKS
Hey CloudChoice!
Thank you for visiting the support forum!
Edit the color section then add a Custom Background Color. Change it to white.
Regards,
Ismael
Hi,
This was my first action (Setup the Custom Background Color). But no result!
THANKS
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-video-slide .avia-slide-wrap {
background: #fff url("/wp-content/themes/enfold/images/layout/preload-dark-grey-big.gif") no-repeat center center; }
You have minifying feature enabled on a plugin you are using. Please disable it firstly, apply the code, then re-enable
Best regards,
Yigit
Hi,
Can I disable the preload-dark-grey-big.gif ?
Thanks
Hi!
Yes, please use following code instead
#top .av-video-slide .avia-slide-wrap { background: none !important; }
Best regards,
Yigit
HI,
It worked. Thanks.
BUT in IPAD and mobile the video not load, why?
Hey!
You are welcome! Kriesi removed that feature on mobile devices due to compatibility issues
Cheers!
Yigit
HI,
OK. One last problem in computer and in IPAD before the video, briefly a black flicker occurs.
But many time in IPAD this black flicker remains and keeps the black background on the iPad.
How can I change that?
THANKS
Hi!
Add this on Quick CSS or custom.css to change the background color of the html document:
html {
background-color: #ffffff;
}
Cheers!
Ismael
HI,
Is working now. THANKS.