Changing header on Berlin Simple page

Hi,

I am trying to remove "Home" from our simple pages homepage. How can I do that? http://www.lubutocollections.org/

The simplest way would be with just CSS. You could use CSS to hide the header on that page, with a style like #home-page #content h1 { display: none }

Alternatively, you'd have to change the view script for showing a simple page, which would involve copying the page from the plugin into a specific place in your theme, then adding PHP code to skip the header for just that particular page.