Skip to main content
All CollectionsStyling Your Social WallCSS Tutorials
How to add a gradient to the posts?
How to add a gradient to the posts?

Can I add a gradient to the posts on my social wall?

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

If you’d like to make your posts shiny or mix two colors, copy the CSS code snippet below and paste it into your custom CSS box under Settings > Design 👇 You can of course add one or two hex or RGB color codes of your preference as well!

.checkin {
background: linear-gradient(to bottom left, rgb(255, 255, 255) 0%, #7cc6f2 100%);
}

The image frames will show the gradient effect in blue 👇

If you prefer to have any other colors instead, simply replace the RGB and hex color codes with any other colors in the CSS code above.

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?