@edvasquez: Featured Slider stopping, this is not possible simply. You’ll need to customize the theme further for this. And for changing content text size and making it bold, go to Dashboard=> Appearance=> Customize=> Additional CSS:
#slideshow .entry-title {
font-size: 50px;
font-weight: bold;
}
#slideshow .subtitle {
font-size: 25px;
font-weight: bold;
}
Regards,
Mahesh