Thanks @kory!
Unfortunately, that didn’t work for this one. New video attached.
––
For @misho’s post, I thought that was a different issue – more a matter of how the 3 different Background Layers stack in the Z-index. My understanding was that the plain “Background” color layer was showing up above both the Background Lower and Background Upper layers – but only on Grid Cells. For that, setting z-index:1;
for the cell gets it working as expected (I just tried it).
What I’m talking about is a little different. When I put a DIV within a column, my expectation is that the DIV will be able to have its own background settings – independent from the column containing it.
The issue I’m describing is that as soon as you set the Advanced background for the DIV, it seems to pass those settings to the Column instead.
In the repro steps above, I have you put the DIV below other elements within a column so you can see that changing the Advanced Background of the DIV changes the background beyond the boundary of the DIV itself – which is what I’m not expecting to happen.

That making any sense? I think it becomes more clear when you see it happen in the builder…
––
Also – and I think this may be a third issue – but the z-index:1;
fix doesn’t appear to actually work for the DIV for some reason. In the screenshot below, I have a Grid, Column, and Div set to the exact same background settings (peach color, image, then transparent blue overlay).
I’ve set z-index:1;
for both the Grid and the DIV, and it’s working for the Grid (the top one)
I’m inspecting the DIV to show you the settings (including z-index:1;
) as well as the fact that the logo and blue overlay are not visible.