Dear,
We have video animation in the homepage. However when the homepage is opening, .Black backround is appearing for a while then video animation is coming on the page. How can we remove black screen (backround)?
Please check the link below.
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-section-with-video-bg .av-section-video-bg:after, .av-click-overlay { background: white; }
Regards,
Yigit
Hi,
I added the code but the result is same. Login information is as below.
Hi!
Try with this:
#top .av-video-slide .avia-slide-wrap {
background-color: white !important;
}
Regards,
Josue