Thank you, it worked! But I have one more question regarding this: now how can I change style of the label? Particularly, I want to change color: and font-weight: properties.
Also I noticed that, despite the fact that I changed default fonts for my site, this MENU label is still using default font-family (Lora, Georgia, serif) instead of my custom (Roboto). I changed that adding
select {
font-family: “Roboto”;
}
to my Custom CSS. (Is that correct, by the way?) But it didn’t work with other properties (color and font-weight).