Change bubble color

Add this code to the Custom CSS field on the Settings tab of your Accessibility widget’s settings:

[class*="ButtonBase__ButtonContainer-sc"] {
    background-color:red!important;
}
1 Like