Have Menu Background Visible Down the Page
Hello,
As you see in this video from our website, because we've made the background orange through the whole site, we need the black background behind the menu to remain there as you scroll down. We don't want to change the menu font color. Note that "Sticky header" in the Theme Options is already enabled.
Thanks, JL
Comments
Hi,
Try this CSS code:
#Top_bar.is-sticky .menu_wrapper{ background-color: rgba(16, 20, 23, .97); }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
But note that it will add background only to the menu, as it drops below the header because it does not fit in the header area.
Best regards