Hi There,
Thanks for writing in! Add a class to your button shortcode (e.g. my-btn)
And then add this on your custom CSS
a.my-btn {
border-color: blue;
color: green;
}
Replace with the desired color values.
You can also change the button background color with the background-color:
property.
Hope it helps, Cheers!