In a responsive mode my Navigation Menu looks like a drop-off menu with a label “MENU” on it. I want it to be written in my language, but CodeStyling Localization plugin didn’t help me with that. Can you tell me a place in the code where I can change it by myself? My blog is double-yu.ru. Thank you in advance
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).