Site logo

Archived topic

How to remove the content-container?

5 replies · Started by Lars on April 20, 2020

Viewing posts 1–6 of 6

I am sure there is a silly simple answer to this one, but so far I haven’t had any luck. My second alternative is to put lots of div's on ’visibility: hidden’, but I better ask first:

On my front page I only want to show the header and the footer, with nothing (no content-container) in between, how do I do that?

That removed the footer as well. But this did the trick (with simple css on the Home-page only):

#page {
    display: none;
}

We might mean different things with "footer"?

I was referring also to the footer-widgets, I wanted to keep them. And the class .site removed them since that class was used for them as well.

Nonetheless I am very happy you sent me in the right direction.

This archived topic is closed to new replies.