Rachelgc Posted August 12, 2020 Share Posted August 12, 2020 Site URL: https://www.rachelgarbercole.com Hello, I want to hide the top navigation bar on my homepage. I have a button that you click that leads you to the rest of the website, and I would like to hide the top navigation so that people have to click on that button in order to enter the rest of the website. Could someone please help me with a custom code? Link to comment
derricksrandomviews Posted August 12, 2020 Share Posted August 12, 2020 (edited) <style> header, footer { display: none; } </style> Place the above code in code injection header for the page you don't want the nav bar to be seen, it will hide the header completely. Edited August 12, 2020 by derricksrandomviews Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 Add to Page Settings > Advanced > Header <style> header#header { display: none; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment