- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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;

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Not in the color or theme option, it is somewhere in HTML, I just can seem to find it
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
If you post a link to your site I'm sure one of our Community members can help find what you need to change.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Feelf ree to share what you found if you have a moment, @brose.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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;
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi,
I found this too, but when I try and change the black background to white... it doesn't make the change... any suggetsions?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I'm having a 'mare with this too. Any update?!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.