I think the solution that @Himaladin suggested can work but you may need to careful of the background image choice if you plan to use multiple containers. You would want it to appear seamless… I haven’t yet seen a solution that can be used on the screen itself rather than on the containers.
I found a way. Here you need to add the class name “backg” in the top component, call it empty component. Then you need to adjust margin-top to pull all the components below it up to the top to overlap your background space.
Good luck for you.
Since I wanted this to be the background even of other containers as follows ;
Do I replace the previous code with the new one in a template column as before or is there another I way I should go about it? So far I have tried replacing the code and using richtext component but it didnt work
In the new Glide, you can apply a background to all components within a container, and it will be localized to that container. The code I provided above is for a fixed background that won’t scroll with the screen.
Additionally, the use of CSS in the new Glide has changed. You can no longer use the rich text component to customize existing components. Customization can be accessed at: Settings > Appearance > Custom CSS.
In the screenshot below, i actually have a richtext bringing in the wood texture background you see and it works well as other containers are a layer above that background