If you want to change the colors of the posts per social network, i.e., you want to make X (Twitter) posts blue, you need to add the CSS code snippet below to your custom CSS box under Settings > Design 👇
.checkin[data-type="twitter"] {
background-color: blue;
}
You can use every color you like and replace the word "blue" with any other color in the code above.
Once you add the CSS code, tweets on your wall will appear blue 👇
In case you have further questions, don't hesitate to contact the support team via chat or support@walls.io!