You can change the color of posts from a specific social network in Walls.io with custom CSS. This is useful if you want networks like X, Instagram, or Facebook to stand out more clearly on your wall or better match your brand colors. To get started, open Setup > Design and paste the snippet below into your custom CSS field.
How to target a specific social network
Replace the data-type value with the network you want to style, and keep the example text consistent with the selector you use.
.checkin[data-type="instagram"] {
background-color: blue;
}
You can use every color you like and replace the word "blue" with any other color in the code above.
🔎 Please note: If you want to style a different network, replace social-network-name with the correct network value before saving your CSS.
In case you have further questions, don't hesitate to contact the support team via chat or support@walls.io!



