Home › Forums › Basel support forum › adding the word MENU on mobile view adding the word MENU on mobile view This topic has 1 reply, 2 voices, and was last updated 8 years, 3 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 20, 2016 at 4:31 am #4207 milo_man18Participant Hi Guys, how can I add the word MENU on mobile view between the cart icon and the hamburger menu icon. For some old people it’s not clear enough the 3 line hamburger icon is the menu. so I need to add the word MENU to it. thanks September 20, 2016 at 5:02 am #4213 Artem TemosKeymaster Hello, Thank you for the question. You can try to add the following code snippet to the Custom CSS section in Theme Settings to achieve this .right-column .mobile-nav-icon { width: 80px; } .mobile-nav-icon:before { content: "MENU"; display: inline-block; margin-right: 10px; } Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register