x

How do I change menu bar color in the Birdseye Template

Does anyone know where to change the color of the top bar once you scroll down? 

image

5,170 Views
Message 1 of 10
Report
1 Best Answer

Best Answer

I found it under Styles in the code editor ...

/* Fixed Nav */
body.page-has-banner.affix .birdseye-header,
body.splash-page.affix .birdseye-header {
position: fixed;
top: 0;
background: rgba(155, 160, 163, 1.);
padding: 10px 30px;

View Best Answer >

5,078 Views
Message 10 of 10
Report
9 REPLIES 9
Square

Check the Theme tab for colo options, @brose; I don't recall right off the top of my head if that theme has them, but you might be able to change that color there.

5,166 Views
Message 5 of 10
Report

Not in the color or theme option, it is somewhere in HTML, I just can seem to find it

5,154 Views
Message 5 of 10
Report
Square

If you post a link to your site I'm sure one of our Community members can help find what you need to change.

5,149 Views
Message 5 of 10
Report

I found the fix! Thank you all
5,139 Views
Message 10 of 10
Report
Square

Feelf ree to share what you found if you have a moment, @brose. Smiley Happy

5,127 Views
Message 10 of 10
Report

Best Answer

I found it under Styles in the code editor ...

/* Fixed Nav */
body.page-has-banner.affix .birdseye-header,
body.splash-page.affix .birdseye-header {
position: fixed;
top: 0;
background: rgba(155, 160, 163, 1.);
padding: 10px 30px;

5,079 Views
Message 10 of 10
Report

Hi,

I found this too, but when I try and change the black background to white... it doesn't make the change... any suggetsions?

4,996 Views
Message 10 of 10
Report

I'm having a 'mare with this too. Any update?!

4,780 Views
Message 10 of 10
Report

I think I have found the solution. It is in the style files of the site under the heading Nav subheading Fixed. The property is stuck. So the CSS code would be:

<style>

.stuck {

background: #b4b4b4 !important;

}

</style>

This worked very well for me. You can put it either in SEO header of the whole site or at the header of any particular page.

I hope it helped because I have searched for many hours without finding anything about it in the web.

3,932 Views
Message 11 of 10
Report