If you want to modify the color of the success message for the Click to Copy Element app.
Navigate to the HTML blocks.
Add this CSS
<style>
.error-bubble {
color: red;
background-color: #00FF00;
}
</style>
Additional CSS styling can be added to the CSS, and it will be reflected in the Success bubble.