While styling your website, you may wish to change the hamburger menu color for mobile devices.


To do so, please add the following code to your CSS stylesheet below the dashed line (at the bottom):


span.mobile_menu_bar:before {
 color: red !important;
}


You can change the "red" color to any hex color you wish, example: "#ccee00". 


For help finding the right hex code, here's a handy resource: https://www.w3schools.com/colors/colors_picker.asp