Hi –
You offered a great solution add a filter over a video looping in the background of a color section.
.avia-slide-wrap .mejs-container, .av-section-with-video-bg .mejs-mediaelement {
opacity: 0.4 !important;
}
Can I add a similar filter to an image (jpeg, gif) that is in the background?
Hey blankonblank!
It is not possible to decrease the opacity of main color section element as it would effect its content but you can try adding following code to Quick CSS as a workaround
div#av_section_1 .container {
background: rgba(0,0,0,0.3);
width: 100%;
padding: 0 80px;
}
Regards,
Yigit