Hi Brian,
Go to the Appearance > Theme Options > Color Options Font Color Options > Content click on the select color button to change the content of the site.
If you just want to change the Description of the Slider only then please add below custom CSS code in Appearance > Customize > Design Option > Custom CSS:
.featured-text .featured-content {
color: #777777;
}
Note: Change above HEX color code #777777
to your own Hex color code.
Thank you!