michaelpga Posted November 16, 2021 Share Posted November 16, 2021 Site URL: https://www.ridgemontpartners.com.au/ Hello, I am trying to change my scrolling navigation bar background colour from Burgundy to White. I would also like the navigation links and logo to remain in the colour burgundy as you scroll. At the moment, the whole navigation bar turns burgundy on scrolling and the navigation links + logo are not visible at all. www.ridgemontpartners.com.au Version 7.1 Thank you kindly Link to comment
Beyondspace Posted November 16, 2021 Share Posted November 16, 2021 13 hours ago, michaelpga said: Site URL: https://www.ridgemontpartners.com.au/ Hello, I am trying to change my scrolling navigation bar background colour from Burgundy to White. I would also like the navigation links and logo to remain in the colour burgundy as you scroll. At the moment, the whole navigation bar turns burgundy on scrolling and the navigation links + logo are not visible at all. www.ridgemontpartners.com.au Version 7.1 Thank you kindly Hi @michaelpga, You can try adding in Home > Design > Custom Css #header { position: fixed; top: 0; left: 0; right: 0; } .header-announcement-bar-wrapper { background: #fff; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too 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
Beyondspace Posted November 16, 2021 Share Posted November 16, 2021 My testing result 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
michaelpga Posted November 17, 2021 Author Share Posted November 17, 2021 11 hours ago, bangank36 said: Hi @michaelpga, You can try adding in Home > Design > Custom Css #header { position: fixed; top: 0; left: 0; right: 0; } .header-announcement-bar-wrapper { background: #fff; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Hey, thanks however I would like the navigation to be transparent until users start to scroll. On scrolling I would like the colour to change to white (as you have shown below). Is this possible? Thanks Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 2 hours ago, michaelpga said: Hey, thanks however I would like the navigation to be transparent until users start to scroll. On scrolling I would like the colour to change to white (as you have shown below). Is this possible? Thanks Hi @michaelpga, Can you check on your site with header if the fixed position has been set yet? If not, please set it and we can continue to figure out 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
michaelpga Posted November 18, 2021 Author Share Posted November 18, 2021 On 11/17/2021 at 4:50 PM, bangank36 said: Hi @michaelpga, Can you check on your site with header if the fixed position has been set yet? If not, please set it and we can continue to figure out Hello, Yes, I have just changed it to the fixed position and it still does not turn transparent when sitting at the top of the page? Link to comment
tuanphan Posted November 20, 2021 Share Posted November 20, 2021 @michaelpga Add to Design > Custom CSS body.homepage article section:first-child { padding-top: 0px !important; } body.homepage header#header { background-color: transparent !important; } body.homepage .header-announcement-bar-wrapper { background-color: transparent !important; } Beyondspace 1 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
michaelpga Posted November 20, 2021 Author Share Posted November 20, 2021 20 minutes ago, tuanphan said: @michaelpga Add to Design > Custom CSS body.homepage article section:first-child { padding-top: 0px !important; } body.homepage header#header { background-color: transparent !important; } body.homepage .header-announcement-bar-wrapper { background-color: transparent !important; } Thank you, this fixed the issue on the homepage, however all the other pages are still showing a white navigation bar when you land on each page? Is there a way to fix this? Link to comment
Beyondspace Posted November 20, 2021 Share Posted November 20, 2021 11 hours ago, michaelpga said: Thank you, this fixed the issue on the homepage, however all the other pages are still showing a white navigation bar when you land on each page? Is there a way to fix this? Your site is private now. Pls turn on the protected password again 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
michaelpga Posted November 20, 2021 Author Share Posted November 20, 2021 7 hours ago, bangank36 said: Your site is private now. Pls turn on the protected password again Hey there, sorry, Ive just changed the site back to pubic for now. Thank you 🙏 Link to comment
Beyondspace Posted November 21, 2021 Share Posted November 21, 2021 (edited) On 11/20/2021 at 10:43 AM, michaelpga said: Thank you, this fixed the issue on the homepage, however all the other pages are still showing a white navigation bar when you land on each page? Is there a way to fix this? Thanks @tuanphan's solution Beside that, I suggest adding to Home > Design > Custom Css to make the navigator white when scroll down. body.homepage header#header.shrink { background: #fff !important; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Edited November 21, 2021 by bangank36 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
michaelpga Posted November 21, 2021 Author Share Posted November 21, 2021 5 hours ago, bangank36 said: Thanks @tuanphan's solution Beside that, I suggest adding to Home > Design > Custom Css to make the navigator white when scroll down. body.homepage header#header.shrink { background: #fff !important; } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Thank you, that worked for the homepage. However, can you please modify the code so that the same navigation style appears on all 7 of my site's pages? Link to comment
Beyondspace Posted November 22, 2021 Share Posted November 22, 2021 3 hours ago, michaelpga said: Thank you, that worked for the homepage. However, can you please modify the code so that the same navigation style appears on all 7 of my site's pages? Hi, you can try adding this #header:not(.shrink) .header-announcement-bar-wrapper { background: transparent; } #header.shrink .header-announcement-bar-wrapper { background: #fff; } 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
michaelpga Posted November 22, 2021 Author Share Posted November 22, 2021 Thanks @bangank36 - that has worked for all the pages now, however, the navigation 'Contact' button is not changing to the colour I have listed in "Site Styles'. I would like it to display with a burgundy background and white text. Do you know how I can change this? See screenshot attached, thank you. Link to comment
michaelpga Posted November 22, 2021 Author Share Posted November 22, 2021 31 minutes ago, michaelpga said: Thanks @bangank36 - that has worked for all the pages now, however, the navigation 'Contact' button is not changing to the colour I have listed in "Site Styles'. I would like it to display with a burgundy background and white text. Do you know how I can change this? See screenshot attached, thank you. Hi @bangank36, this white button only shows like this on homepage, on all other pages it displays in the correct colour... Beyondspace 1 Link to comment
tuanphan Posted November 26, 2021 Share Posted November 26, 2021 @michaelpga It looks like you solved this? michaelpga 1 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
michaelpga Posted November 30, 2021 Author Share Posted November 30, 2021 On 11/26/2021 at 5:27 PM, tuanphan said: @michaelpga It looks like you solved this? Solved, thank you Beyondspace 1 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