Just kicking this one up again, since I have similar problems as stated here previously.
This css code did remove the ‘Blog’ item from my frontpage;
body.blog #main-core{
display:none;
}
But, as I had created a ‘News’ page and set this one up as my blog page, there’s also no content there anymore…
So the big question is: can I remove blog from the main page, but still have it visible in a seperate “news” page???