Javascript – How can I programmatically change the color of the hamburger menu icon?
I'm trying to change the color of the hamburger menu icon in a mobile view using Velo in Wix. However, when I attempt to set the color using the following code: $w.onReady(function () { $w("#menuToggle1").style.color = "red"; }); I receive…