Modify Mobile Nav icon

Posted in: Newspaper
Post count: 2

I would like to add the word “MENU” beside the navigation icon (or instead of it) in the mobile interface. Can you please point me to the file/line of code to modify for this?

Thanks,
Collins

Post count: 23312

Hello cdeloach,

If you want to replace the icon with the text for your mobile menu, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-icon-mobile:before {
content: 'MENU';
}

The result you should see here -> http://screencast.com/t/6yMAWrvVaN

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.