Change Menu Color When Scrolling

Hi,

how can i change the menu background when scrolling down?
I already fixed the menu to the top, but now i need to change its background when scrolling down.

Thanks!
Best
Jan

Hey there,

I hope you are well today and thank you for your question.

Hey there, Kindly provide the URL to your website so we can look at the issue.
Based on how you were able to make the menu sticky CSS selector may vary.

Best regards,
Support.

This is the page: http://www.olylust.de
It is in maintainance mode, you can login with the following credentials:
User: pete
pw: test
Login: olylust.de/wp-admin
After login, move to www.olylust.de

Thanks a lot!

Hello there,

You would not be able to add a scroll effect but we can change the background color to make the menu more visible:

/*Menu BG color*/ #header .top-header { background-color: black; }

Best Regards,
Support