Change Hestia button text color
If you'd like to change the button text color in Hestia then navigate to Appearance -> Customize -> Additional CSS section and add the following code:
.buttons a{ color: #000 !important; }
You could generate your own hex color code here: http://www.hexcolortool.com/
That's it! Save your changes and you're done.