• Hi,

    The new menu is fine but how can I translate “MENU” and “Search…” on mobile view?

    I have done it using CSS for “MENU”:

    .menu_title {
    visibility:hidden;
    }

    .menu_title:before {
    content:’МЕНЮ’;
    visibility:visible;
    }

    Please, help me to do this for “Search…”. I do not know what to add to change only the “placeholder” of “wpr-search-field” function so I turn it off:

    .wpr-search-field {
    visibility:hidden;
    }

    Thank you very much in advance!

    P.S.: I could not find “MENU” and “Search…” in translation.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translate “MENU” and “Search” on mobile’ is closed to new replies.