I am struggling to get the top menu on scrolling to look like the top menu when it is not scrolling.
It is a custom menu at the top, the header layout is set none and fixed header as the page is scrolled is set to fade in. The fixed header setting to fix does not work.
How do I get the top menu to fix in place please - or on scrolling fade in and look like the top menu complete with the arrows for the submenus. url is in the private post below.
It would be easier if we’re to make your custom menu fixed. To do so, just add a CSS Class to that row so we can target it. This can be done under Advanced > CSS Selectors > Class. You can add any class name that you feel, e.g., fl-custom-menu. Then add the following CSS code.
Ah, I just noticed you placed it on your style.css file. Sorry, forgot to check there. Actually, what I sent above was lacking. Can you change it to this instead…