Change icon colors in Chat feature.

How do I change the color of the icons (send & camera) in the Chat feature?

Use the code below to change the color of the camera and send icons in the Chat feature.

1) Log into your App Manager and select your app.

2) Click Colors from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.

/** Begin change chat camera and send icon color*/

[state="chatrooms-room"] button.button.button-icon.icon.icon-custom.ion-camera.button-send-img {

color: #000000!important;

}

[state="chatrooms-room"] button.button.button-icon.icon.icon-custom.ion-paper-airplane.button-send-msg {

color: #000000!important;

}

/** End change chat camera and send icon color*/

4) Click Save.