How to create landing pages

Which plugin can I use to make landing pages that will not effect the listing hive press theme.
I want to create landing pages that do not use the the theme header so that I can capture leads for the project.
Kindly advice. Thank You

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.