- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
can someone please walk me through how to remove navigation bar and footer from the landing page only. I have tried following the steps in this tutorial @Adam
but it didn't seem to work for me. I tried swapping the "header-wrap" for "edison-header" which also didn't work.
or alternativley can i add a splash page from somewhere else eg. 3rd party app? without slowing my site down even more???
Ta Meg
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi Meg
We should be able to do this in a few ways... Where is your site currently published please, and what page is the one you want to make your landing page?
Assuming it's your homepage, if you add this code into the very bottom of the main_style.css (or main.less) it should hide these sections for just your homepage
.wsite-page-index .footer-wrap,.wsite-page-index .edison-header{display:none!important}
.wsite-page-index body.header-sticky, body.header-sticky-up [style]{padding:0!important}
If you don't want to edit your main_style.css file you could add the below into either the header or footer code either of the page or the entire website (depending on theme and other factors you may need to try both header or footer code in case of any conflicts)
<style>
.wsite-page-index .footer-wrap,.wsite-page-index .edison-header{display:none!important}
.wsite-page-index body.header-sticky, body.header-sticky-up{padding:0!important}
</style>
The above is based on this website https://www.africanfabricsaustralia.com/ assuming it's the homepage you wish to edit.
Let me know how you get on.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi Meg
We should be able to do this in a few ways... Where is your site currently published please, and what page is the one you want to make your landing page?
Assuming it's your homepage, if you add this code into the very bottom of the main_style.css (or main.less) it should hide these sections for just your homepage
.wsite-page-index .footer-wrap,.wsite-page-index .edison-header{display:none!important}
.wsite-page-index body.header-sticky, body.header-sticky-up [style]{padding:0!important}
If you don't want to edit your main_style.css file you could add the below into either the header or footer code either of the page or the entire website (depending on theme and other factors you may need to try both header or footer code in case of any conflicts)
<style>
.wsite-page-index .footer-wrap,.wsite-page-index .edison-header{display:none!important}
.wsite-page-index body.header-sticky, body.header-sticky-up{padding:0!important}
</style>
The above is based on this website https://www.africanfabricsaustralia.com/ assuming it's the homepage you wish to edit.
Let me know how you get on.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
thanks @WebfireThemes that worked great.
***you'r amazing***
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
A pleasure to help
Don't forget to check out our custom themes if you're ever thinking about upgrading your site...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report