Change the classic mobile menu text from “go to” to something else, using css.
/* Change the classic mobile menu text from “go to” to something else, using css. */
.fusion-mobile-selector > span {
display: none;
}
.fusion-mobile-selector::after {
content: " ENTER YOUR TEXT HERE";
padding-left: 10px;
}