I have succesfully installed the Simplicity theme (nice job guys!) and altered in to my needs. I can't figure out however how I can disable the showing of the Beautiful featured products section on the homepage (static homepage view). Of course I found the page where the content is placed, but even when I disable Frontpage and put the contents in Concept mode, my frontpage stil shows a large white space. See this image:

In the source code is visible it has something to do with the news gallery, but I haven't activated that widget anywhere afaik:
- Code: Select all
<div id="gk-bottom2">
<div class="gk-page widget-area">
<div class="box centered">
<div class="gk-news-gallery">
<div class="gk-images-wrapper gk-images-cols3">
</div>
</div>
</div>
</div>
</div>
Can somebody tell me how to fix this or point me in the right direction?