Hi All,
I had question in regards to background images or SVG shapes. I have a large landing pages which has multiple sections and I have a background shape (SVG) which I would like to span several sections. How can I set a BG that does this?
Hi All,
I had question in regards to background images or SVG shapes. I have a large landing pages which has multiple sections and I have a background shape (SVG) which I would like to span several sections. How can I set a BG that does this?
Hey Milan!
I’d recommend wrapping the sections in a block, and then editing the background of this block.
The only thing to keep in mind is that if you set backgrounds on the sections too (ex. color), it will override the block’s background.
If you still need to set the background on these elements, you can set the block to position relative and use an SVG with position absolute. This would work fine, but would be harder to set up since you’d probably have to set all your containers in your sections to relative and then change the z-index on them.