Attempting to update the background color of a class referred to as "Zones" to blue, I've experimented with the following code:
document.getElementsByClassName("Zones").style.backgroundColor = "blue";
However, it doesn't seem to be functioning properly...