Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #352500

    Hi guys,

    How can I put a pattern overlay on a video background (color section)?
    I tried the following, but this doesn’t seem to work:

    
    #color_section_id:after{
    background: url(url-of-my-pattern.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    }
    

    Thanks in advance!

    #352717

    Hi Thomas!

    Your video will display full width so it’s going to display on top of any type of background for the color section. You can add a background to the main element that displays on top of the video though.

    #top #main .avia-section .template-page { background: red !important; }
    

    Best regards,
    Elliott

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