I do not quite understand the context of your response. Should we place this code in our CSS stylesheet with our #color-id ?
Our main concern is that this menu toggle sidebar shows a black color on mobile device browsers (by default) and this color clearly does not match our themes’ chosen colors.
This is the code I have since edited into our CSS stylsheet
.menu-toggle {
background-color: #ddc58d >;
}
.menu-toggle:hover {
background-color: #ddc58d >;
}
I do not see a color change on the mobile browser (Google chrome android)