lastoftheseventh Posted May 29, 2023 Posted May 29, 2023 How do I hide the navigation titles & have a button on just one page (my welcome page)? I'm hoping to have a full page image/video with an ENTER button that takes the user "into" my site, then once inside the header will have normal navigation titles and a different button besides ENTER
Solution e2astudio Posted May 29, 2023 Solution Posted May 29, 2023 This Custom CSS will hide the site header and footer on the homepage only, where you've added your video and enter button. /* hide header and footer only on homepage */ .homepage { header, footer { display:none; } }
lastoftheseventh Posted May 30, 2023 Author Posted May 30, 2023 Fantastic. Thankyou so much. I'll try this out.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment