This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Good day,
Is it possible to replace the mobile (responsive) menu icon with custom text?
Thank you in advance.
Hello,
Please add this code in Theme Options > Styling > Custom css > Global custom css:
@media only screen and (max-width: 992px) {
.navbar-toggle .sr-only {
width: auto;
height: auto;
position: static;
margin: 0;
}
.navbar-toggle .icon-bar {
display: none;
}
}
“Menu” text can be changed using Loco Translate plugin – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ (create English translation and just change the necessary string to what you need).
Regards
Dear Rose,
Thanks for your quick and perfect support as usual.
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up