Is there a way to leave just the post title on to the featured slider?

Is there a way to call just the post title on to the featured slider? Thanks!!

Add this to Theme Options – Others – Custom CSS or inside style.css of your Child Theme if you use one.

.featured-content {
    display: none;
}

Wonderful, thanks!!!