Use the code below to change the “Share” icon in your apps.
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 SHARE ICON ***/
i.icon.ion-ios-upload-outline:before {
content: "\f2c9";
}
/*** END: CHANGE SHARE ICON ***/
4) Click Save.
NOTE: Be sure to change “f2c9” to the code of the icon that you want to use. You can obtain the icon codes from the Font Awesome website.