Skip to main content
All CollectionsStyling Your Social WallCSS Tutorials
How to change the wall's background design?
How to change the wall's background design?

Can I alter the background design of my social wall?

Neira Dzabija avatar
Written by Neira Dzabija
Updated over a year ago

You can use either an image or a gif as background for your wall. If you’d like to have just a picture, you can simply upload it under Settings > Design after clicking "Customize color scheme" 👇

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

But if you prefer to have a gif, add the following CSS code with your gif to your custom CSS box under Settings > Design 👇

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

🚨Please note: this CSS snippet works great on Fluid, Grid, Carousel, and Billboard, but it does NOT work on other layouts!


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?