Hi @abarrell2
Thanks for using Super Web Share. At this moment, we are not providing a parameter on our shortcode to remove the animation or change the color of the text for the button, as the white color text color fits with every other button color added via paramter. However, it’s within our roadmap to add those parameters to the shortcode in future releases.
If you know how to add the CSS, you can disable the animation by the following CSS:
.superwebshare_tada {
animation-play-state: paused;
}
Also, to change the text color of the button, you can set the color within the following CSS:
.superwebshare_prompt {
color: #000000;
}
Please don’t hesitate to reach out to us, if you have any other queries.