sub menu background changes on scroll
I am trying to create a sub menu like this site. As you scroll the menu background turns orange and the letters turn white. They also have a dark blue boarer on their menu. Is this possible? https://ignitevisibility.com/
Comments
to change background color of sticky header, you need to use an extra css:
#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky { background-color: #000 !important; }But the menu items are already white so we do not understand what else you want to change exactly.