Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #311621

    All background videos begins with a black background.

    I tried unsuccessfully several CSS.

    #top .av-video-slide .avia-slide-wrap  {
    background: #ffffff !important;
    }
    .html {
    background-color: #ffffff !important;
    }
    .avia_video { 
    background-color: #ffffff !important;
    }
    .video-js { 
    background-color:  #ffffff !important;
    }
    

    How can I remove the black before the start of the video?

    THANKS

    #311669

    Hey CloudChoice!

    Thank you for visiting the support forum.

    Please add this:

    #top .av-section-with-video-bg .av-section-video-bg:after, .av-click-overlay {
    content: ".";
    background: white;
    }

    Cheers!
    Ismael

    #311957

    HI,

    THANKS or the suggestion, BUT there was absolutely no effect!

    Before video start continues to be a black screen.

    #312077

    Hey!

    How about this?

    #top .av-video-slide .avia-slide-wrap {
    background: transparent url("../images/layout/preload-dark-grey-big.gif") no-repeat center center;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #312407

    Hi,

    I am using all these code, BUT at the moment the problem continues. A black background before start the video.

    .avia_video { 
    background-color: #ffffff !important; 
    }
    .video-js {
    background-color: transparent; 
    }
    html.html_stretched.responsive.av-default-lightbox.html_header_top.html_logo_left.html_main_nav_header.html_menu_right.html_large.html_header_sticky_disabled.html_header_shrinking_disabled.html_header_topbar_active.html_mobile_menu_phone.html_disabled.html_entry_id_6094.avia_desktop.js_active.avia_transform.avia_transform3d.avia_transform.avia_transform3d.avia-webkit.avia-webkit-36.avia-windows {
    background: #ffffff !important;
    }
    html, #scroll-top-link {
    background: #ffffff !important;
    }
    #top .av-section-with-video-bg .av-section-video-bg:after, .av-click-overlay {
    content: "." !important;
    background: #ffffff !important;
    }
    .html {
    background-color: #ffffff !important;
    }
    .avia_video { 
    background-color: #ffffff !important;
    }
    .video-js { 
    background-color:  #ffffff !important;
    }
    #top .av-video-slide .avia-slide-wrap  {
    background: #ffffff !important;
    }
    #top .av-video-slide .avia-slide-wrap {
    background: transparent url("../images/layout/preload-dark-grey-big.gif") no-repeat center center !important;
    }
    

    The page is: http://abortonanuvem.com/teste02/

    #312656

    Hi!

    Looks like it is the default background of the video itself. I don’t think we can change that. Please hire a freelance developer for further investigation.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.