To change Burger to Black Color on Other Pages and white on Homepage Only, you can use this code to Website > Website Tools > Custom CSS.
body:not(.homepage) .burger-inner>div {
background-color: #000 !important;
}
To change Burger to Black Color on Other Pages and white on Homepage Only, you can use this code to Website > Website Tools > Custom CSS.
body:not(.homepage) .burger-inner>div {
background-color: #000 !important;
}