[ad_1]
Thanks for using Super Web Share and also for opening the topic.
If you want to change the color of the icon and the text displayed with it, you need to change the color within the Super Web Share > Appearance page > then select the color “Text color for the button“. I also tested on my lab site (see here) and confirmed that the color for the icon is changing without any issues.
Now regarding the shadow, we are not providing an option to disable it as that shadow is required for the share button to get noticed. However, if you prefer to remove it for your case, you can add the following CSS to your theme to remove it.
.superwebshare_prompt {
webkit-box-shadow: none !important;
box-shadow: none !important;
}Please don’t hesitate to reach out to us if you have further concerns. We are happy to help.
