#6779
Skandha
Participant

@yashpatidar967: Hello there,
Rather than changing the logo on scrolling. You can a few colors when the menu is sticky.

Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

#site-header.catchSticky {
    background-color: #980095 !important;
}

#site-header.catchSticky #site-navigation-wrap .dropdown-menu > li > a {
    color: #fff !important;
}

Let me know if this works out!
Kind Regards,
Skandha