Hi,
Just have a simple question: How to hide the content on the fronpage? Have a look at http://mou.dudetime.dk/ - I want the FB module to be full size og the page.
I have "component only" in the template configuration.
Thanks in advance!
Danni
h1 {
font-size: 48px;
color: #222;
line-height: 72px;
margin: 0;
padding: 0;
display: none; // add this.
}