-
AuthorPosts
-
September 1, 2014 at 1:09 am #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
September 1, 2014 at 5:55 am #311669Hey 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!
IsmaelSeptember 1, 2014 at 5:55 pm #311957HI,
THANKS or the suggestion, BUT there was absolutely no effect!
Before video start continues to be a black screen.
September 2, 2014 at 8:14 am #312077Hey!
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!
IsmaelSeptember 2, 2014 at 4:51 pm #312407Hi,
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/
September 3, 2014 at 6:41 am #312656Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.