Subheader title depends on post – change to static

Most of this code is generating styles for a background image or color. The title is generated in this line:

<h2><?php the_title(); ?></h2>

You can simply replace it with text like this:

<h2>Whatever</h2>