1. Home
  2. Knowledge Base
  3. The Digioh Platform
  4. How to modify click-to-copy success bubble style.

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.

Updated on February 13, 2025
Was this article helpful?

Related Articles

Need Support?
Can't find the answer you're looking for?
Contact Support