Hi, I’ve looked at a few other similar support pages on this topic but nothing worked for me. I’m trying to overlay this CSS on top of a video that I’m using in the “Background Lower Layer”.
background: transparent linear-gradient(257deg, var(–dark-purple-bg) 0%, #24182FC4 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(257deg, #35224500 0%, #24182FC4 100%) 0% 0% no-repeat padding-box;
opacity: 1;
However, the video appears ON TOP of the gradient background, and thus does not show. How do I make the video show underneath the gradient? Here is the example in the header hero area: https://dev.treasurevalleyplanning.com/


