Skip to main content

How to change the wall's background design?

Can I alter the background design of my social wall?

Written by Lorenzo Goldoni
Updated over a week ago

You can change your Walls.io background design with either a static background image or an animated GIF. For a static image, go to Setup > Design, click “Customize color scheme”, and upload the image there. If you want a moving background instead, you can add a GIF with custom CSS.

How to add a static background image

If you want a clean branded background, upload a static image in Setup > Design after clicking “Customize color scheme”.

You can check out this article for the recommended resolution for background images.

How to use a GIF as the wall background

If you prefer an animated background, add the GIF URL to your custom CSS and paste the snippet into Setup > Design.

body {
background-image: url(https://media.giphy.com/media/qNpqSmKO4bn68/source.gif); /*put your gif here*/
}

⚠️ Warning: The GIF background CSS works on the Fluid, Grid, Carousel, and Billboard layouts only. If your wall uses another layout, the animated background will not be applied.

​​

In case you have further questions, don't hesitate to contact the support team via chat or support@walls.io!

Did this answer your question?