WordPress/Configuring
From r00tedvw.com wiki
SuperHero Theme
Featured Content
Appearance > Content > Featured Content
This was missing in the default install. Was added when the "JetPack" Plugin was installed
http://en.forums.wordpress.com/topic/superhero-theme-can-i-get-rid-of-the-featured-image-caption
After adding the "featured" tag to an image post, it would appear in the header, but with the post title in a little white box. To get rid of the post title, active the "Custom CSS" feature from Jetpack and add the following:
#featured-content.flexslider .slides .hentry { display: none; }