How do you change the colour of the sticky bottom header only when you start to scroll the page? This is for the homepage only – It is currently all red when you start to scroll down, but I want to change the bottom header (where the menu is) to be a light grey and keep everything else above it all red.
Here is my current CSS for the header
body .whb-color-light:not(.whb-with-bg) {
background-color:#A94656;
}