Read/Unread Indicators
Braze provides indicators on Content Cards as pictured below:
Indicator | Example |
---|---|
Read | ![]() |
Unread | ![]() |
Changing colors
To change the color of the unread indicator of a card, add custom CSS to your webpage. For example, changing it to green with the following CSS:
1
.ab-unread-indicator { background-color: green !important; }
Disabling the Indicators
In order to disable this functionality add the following style to your css
:
1
.ab-unread-indicator { display: none; }