Change Hamburger Icon Color

I have created two menu’s in my header (one white text clear background one black text with a white background) and am able to switch to the white background version on the pages where I need it by using the code.

$w ( “#solidHeader” ). show ();
$w ( “#clearHeader” ). hide ();

this works for the desktop version but on the mobile the menu switches to the hamburger menu (menuToggle1). It looks like there is only one hamburger menu per site (true?) Therefore, can I use Velo to change the icon color for certain pages?

ie does this have an ID? And if so what would the code to change its color look like?

Thanks would appreciate any pointers.