Hey there putterill,
How are you today?
You can change the background color of the toggle menu on lower resolutions with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
span.menu-toggle {
background: #171717;
}
Note that this is the original background color and to change it you’ll have to replace color hex value. You can use sites similar to this one to get hex value for the color of your choice:
http://www.color-hex.com/
If this doesn’t work could you please post link to your site so I can take a look?
Hope this helps 🙂
Best regards,
Bojan
Worked brilliantly, thanks.
Thanks for your help, Bojan!
@putterill — Thank you for marking this resolved! If anything else crops up, let us know!