SimoneOCo Posted March 5, 2021 Share Posted March 5, 2021 Site URL: http://www.hell-yes.com.au Hi! Does anyone know a custom css or html code I can use to hide the logo in my navigation on scroll. I would like it visible when landing on the page, but as soon as we start to scroll I would like it hidden. Could anyone please help? Thanks so much Beyondspace 1 Link to comment
Beyondspace Posted March 5, 2021 Share Posted March 5, 2021 5 hours ago, SimoneOCo said: Site URL: http://www.hell-yes.com.au Hi! Does anyone know a custom css or html code I can use to hide the logo in my navigation on scroll. I would like it visible when landing on the page, but as soon as we start to scroll I would like it hidden. Could anyone please help? Thanks so much Try @media only screen and (min-width: 768px) { .header-tucked .branding { opacity: 0; } } studiofounded, SimoneOCo and tuanphan 3 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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! Link to comment
SimoneOCo Posted March 6, 2021 Author Share Posted March 6, 2021 That worked! Thank you so much Beyondspace 1 Link to comment
Beyondspace Posted August 25, 2022 Share Posted August 25, 2022 12 hours ago, HannahRoseShaw said: Hi! I've been trying to do this, but I can't seem to get the code working on my site. Please can you take a look? www.sisutemplates.com You can try #header.shrink .header-title { visibility: hidden; } Hope it can help BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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! 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