Skip to content

Read and unread indicators

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 grey 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; }
WAS THIS PAGE HELPFUL?
New Stuff!