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?
i suggest going to the support forum of the theme
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/...
http://www.concrete5.org/marketplace/themes/soul-mate/...
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
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