Skip to content

Custom Styling

This article covers custom News Feeds styling options for your web application.

Braze UI elements come with a default look and feel that matches the composers within the Braze dashboard and aims for consistency with other Braze mobile platforms. Braze’s default styles are defined in CSS within the Braze SDK. By overriding selected styles in your application, it is possible to customize our standard feed with your own background images, font families, styles, sizes, animations, and more.

For instance, the following is an example override that will cause the News Feed to appear 800 px wide:

1
2
3
body .ab-feed {
  width: 800px;
}
WAS THIS PAGE HELPFUL?
New Stuff!