Hey there,
You need to Custom CSS code to do so.
You can paste the following CSS code into
Backend > EasySocial > Themes > Custom CSS:
body #es .es-story-panel-button--videos .es-story-panel-button__shape {
background-color: red;
}
body #es .es-story-panel-button--photos .es-story-panel-button__shape {
background-color: #239DFF;
}
/*This applies on Post Status, Event and File button*/
body #es .es-story-panel-button__shape {
background-color: yellow;
}
body #es .es-story-panel-button--links .es-story-panel-button__shape {
background-color: #00DCAE;
}
Remember to change to the color that you want.
Do clear all of your cache before you see the changes.