Hi, I’m wanting to make the mobile menu icon 15px wide rather than 26. I’ve added some code which worked but has a error and can’t work out how to fix it!
HTML/CSS cannot be directly entered into a Corvid code file. It won’t work. Corvid understands all of Javascript, except for anything that accesses the DOM. Accessing document elements such as div, span, button, etc is off-limits. The way to access elements on the page is only through $w.
See Corvid: JavaScript Support for details.