This topic has 2 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
How do I remove the text in the image
Hello,
This message means that you need to select the Mobile menu – https://prnt.sc/obb12i As I can see, you are using “Menu” widget to show the menu on mobile http://prntscr.com/obb1ln You can remove the widget and set the mobile menu in Appearance > Menus
Or add this code in Global Custom CSS area to remove the mentioned text –
.mobile-menu-wrapper .mobile-menu-inner .a-center {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up