Hello @ASavvy2013
To change the color of the white button in the welcome section, you can use the following CSS code.
.hero .btn-secondary {
border-color: black;
color: black;
}
.hero .btn-secondary:hover {
border-color: black;
color: white;
background: black;
}
Simply copy and past this into the Custom CSS field of Custom Code section of Integral Options.
See this screenshot https://www.dropbox.com/s/t8o2x8gxu8ei98u/custom-css.PNG?dl=0