Hi,
You can modify template file, index.php. Change:
<?php if (!$fpage) { ?>
<div id="wrapper-bg">
<div id="wrapper<?php if($option == 'com_k2'): ?>-k2<?php endif; ?><?php if ($option == 'com_content' || $option == 'com_contact') : ?>-ct<?php endif; ?>" >
<div class="clr"></div>
</div>
</div>
<?php } else if ($menu->getActive() != $menu->getDefault()) { ?>
to
<?php if ($menu->getActive() == $menu->getDefault()) { ?>
<?php if (!$fpage) { ?>
<div id="wrapper-bg">
<div id="wrapper<?php if($option == 'com_k2'): ?>-k2<?php endif; ?><?php if ($option == 'com_content' || $option == 'com_contact') : ?>-ct<?php endif; ?>" >
<div class="padder">
<!-- call jdoc include type=component here -->
</div>
</div>
</div>
<?php } else {} ?>
<?php } else { ?>
Then you can change template settings, "Disable frontpage component" is Yes or No.
Thank you for using our template!
joomfreak