Site logo

Archived topic

How to close the gap between Hero image and footer?

1 reply · Started by kev on February 20, 2020

Viewing posts 1–2 of 2

How do I close the gap between the hero element and the footer?

I want the homepage to just be the hero image

https://imgur.com/a/K1bTDm7

Hi there,

Try this CSS:

.home #page {
    display: none;
}

Let me know :)

This archived topic is closed to new replies.