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 <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. 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.