Katie_B Posted March 31, 2021 Posted March 31, 2021 Site URL: https://flounder-star-7xs2.squarespace.com/ Hello, I'd like to hide the header on my site, so it doesn't show up on the video banner (the first section on the homepage). Any CSS appreciated! Site password is: kb
Beyondspace Posted March 31, 2021 Posted March 31, 2021 28 minutes ago, Katie_B said: Site URL: https://flounder-star-7xs2.squarespace.com/ Hello, I'd like to hide the header on my site, so it doesn't show up on the video banner (the first section on the homepage). Any CSS appreciated! Site password is: kb This css will hide the header when scroll on top of the page .homepage .header { opacity: 0 } .homepage .header.shrink { opacity: 1; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!
Katie_B Posted March 31, 2021 Author Posted March 31, 2021 Thank you @bangank36 that's worked perfectly.
Katie_B Posted March 31, 2021 Author Posted March 31, 2021 @bangank36 Do you know if it's possible to control when the header appears with this CSS? So it appears after the banner?
Beyondspace Posted March 31, 2021 Posted March 31, 2021 1 hour ago, Katie_B said: @bangank36 Do you know if it's possible to control when the header appears with this CSS? So it appears after the banner? Not with css, it require js to have more control BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.