Change icon color only

It’s possible to change the text color + icon color together. We’d like to change the icon color only. It can be adjusted by CSS:

.global-styles,
.eapp-click-to-call-button-icon svg {
fill: red !important;
}

However, it’d be convenient if we could control it in settings.

1 Like