How do I change the Sharing icon in my app?

Follow the instructions below to change the Sharing icon in your app.

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 box do not delete it! Simply add this code “below” the last character of code in the box.

/** Begin change sharing icon*/

i.icon.ion-ios-upload-outline:before {

content: "\f2c9";

}

/** End change sharing icon*/

4)Click Save.

NOTE: Change “f2c9” to the Font Awesome icon code that you want to use.