Please share the page url.
Sure, here is a link to our dev server. You can see two instances of it at the bottom of the page. The text inside the red buttons is green, which is our theme color. We'd like the text to be white instead.
http://69.39.228.235/why-care/
Alternatively, you can see the correct behavior at the top of the sidebar. All of the buttons on this page are using the same shortcode.
Please use this custom css in your wp-admin->appearance->customize->custom css:
.button.primary {
color:#fff;
}
This worked beautifully. Thank you!
Thanks for confirming, so marking the topic as resolved and closing the topic.