How to modify click-to-copy success bubble style.

If you want to modify the color of the success message for the Click to Copy Element app.

Navigate to the HTML blocks.

HTML element

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.