Skip to content

Read and unread indicators

This article covers how to set read and unread indicators in your News Feed cards via the Braze SDK.

Braze provides an unread and read indicator on News Feed cards as shown in the following image:

A News Feed card showing an image of a watch along with some text. In the upper corner of the text is a blue or gray triangle that indicates if a card has been read or not. A blue triangle signifies that a card has been read.

Disabling the indicators

In order to disable this functionality add the following style to your CSS:

1
2
.ab-read-dot { display: none; }
.ab-read-indicator { display: none; }
HOW HELPFUL WAS THIS PAGE?
New Stuff!