Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #281371

    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?

    #281379

    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

    #281709
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Filter Background Image’ is closed to new replies.