Hide content on frontpage

GK User
Fri Mar 16, 2012 10:55 pm
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
User avatar
Fresh Boarder

GK User
Fri Mar 16, 2012 11:52 pm
Hi.
You can try to edit template.css file and find the following line:
Code: Select all
 h1 {
font-size: 48px;
color: #222;
line-height: 72px;
margin: 0;
padding: 0;
display: none;  // add this.
}
User avatar
Platinum Boarder

GK User
Sat Mar 17, 2012 9:38 pm
Hi,

I did remove the content on the frontpage - unfortunately also the logo from the top! :-/ Maybe something to change in override?
User avatar
Fresh Boarder


cron