Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #293658

    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

    #293746

    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

    #293749

    Hi,

    This was my first action (Setup the Custom Background Color). But no result!

    THANKS

    #293967

    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

    #294009

    Hi,

    Can I disable the preload-dark-grey-big.gif ?

    Thanks

    #294016

    Hi!

    Yes, please use following code instead

    #top .av-video-slide .avia-slide-wrap  { background: none !important; }

    Best regards,
    Yigit

    #294038

    HI,

    It worked. Thanks.

    BUT in IPAD and mobile the video not load, why?

    #294039

    Hey!

    You are welcome! Kriesi removed that feature on mobile devices due to compatibility issues

    Cheers!
    Yigit

    #294068

    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

    #294130

    Hi!

    Add this on Quick CSS or custom.css to change the background color of the html document:

    html {
    background-color: #ffffff;
    }

    Cheers!
    Ismael

    #294600

    HI,

    Is working now. THANKS.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Background color before Background Video Load.’ is closed to new replies.