Hi @elisirdargan
Thanks for getting back to us.
That looks odd to me, as I’m not able to replicate it at my end while checking via multiple sites.
To narrow down the issue further, can you please let me know whether you are using the share button, which is shown based on the settings by our plugin on the pages, or whether you are using the shortcodes to show the share button?
If it’s via the shortcode, we are not providing an option to change the color of the text for now, as the options/parameters we have mentioned here are only supported. The shortcodes won’t follow most of the settings on the plugin’s settings page, as we want users to fully control this via parameters and by adding the CSS to output the share button and styles they prefer to output without interfering with the share button outputted based on the settings page.
If that’s the case, and if you want to change the color of the text and icon within the button using CSS, you can add the following CSS to override it.
.superwebshare_prompt {
webkit-box-shadow: none !important;
box-shadow: none !important;
color: #161519 !important;
}
You can change the #161519 with the hex color code you would like to output
If the button is added via the button outputted by our plugin based on the settings and not using shortcodes, can you share a screenshot of the settings page with us? If you have any issues sharing it here, you can email it to [email protected], and we can help you.