Removing banner from marketplace template

Permalink
Hi, i downloaded the soul mate template which for the most part is exactly what i want except for the blue header banner that sits under the tab menu. How can i remove this?

 
Mnkras replied on at Permalink Reply
Mnkras
i suggest going to the support forum of the theme
tommyf replied on at Permalink Reply
I had a hard time finding the support-forum myself. Click on "Support & Feature Requests" in the right menu.

http://www.concrete5.org/marketplace/themes/soul-mate/...
cannonf700 replied on at Permalink Reply
cannonf700
jlang86,
you will have to open each page type's .php file and delete this line of code:

<div class="feature">
<?php
$feature = new Area('Feature');
$feature->display($c);
?>
</div>
Good Luck,
Cannonf700