Skip to main content
All CollectionsStyling Your Social WallCSS Tutorials
How to change the colors of the posts according to the social network?
How to change the colors of the posts according to the social network?

Can I alter the colors of the posts per social network?

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

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!

Did this answer your question?