How to create landing pages

If you mean creating a page without the ListingHive header & footer currently there’s no such option, but if you create a page you can try using this CSS:

.page-123 .site-header,
.page-123 .site-footer {display:none}

To hide the header and footed (replace 123 with a page ID).

1 Like