@tdejarnett: Format the text do you mean to change font size? Since you header text in the slider are long, using small font will fix the issue. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
/* Adjust Featured Slider's header font size */
#feature-slider .entry-title {
font-size: 20px;
}
/* Adjust Featured Slider's content font size */
#feature-slider .entry-content {
font-size: 15px;
}
Note: Please adjust the font size as you required.
Let me know if any problem.
Regards,
Mahesh