Changing the mobile app navigation icons
How to change the icons in a mobile app component's navigation menu by editing the app's HTML in Developer Mode.
Last updated
Was this helpful?
How to change the icons in a mobile app component's navigation menu by editing the app's HTML in Developer Mode.
This guide explains how to change the icons used in a mobile app component's navigation menu.
The navigation menu uses icons from Elusive Icons. You can swap them for any of the 300+ available icons by editing the app's HTML. You need Developer permissions on your user account to make these changes.
Browse the icon list at elusiveicons.com and pick the icons you want.
The Elusive Icons list page
In eMarketeer, check which navigation menu style your app uses. The setting is called Navigation Menu and lives at the top of the Settings tab for the Content block.

Navigation Menu setting location on the Content Settings tab
There are three navigation menu styles: Icons, Icon List, and List. Note which one you use — you only need to change icons for that style.

The three navigation menu style options
On the mobile app component's editing page, click Enable Developer Mode in the left-side Tools menu, open Colors, Fonts & Head, and switch to the HTML tab in the right-side menu.
If you do not see the Developer Mode link, ask an account administrator to grant Developer permissions to your user account.
Navigating to the HTML tab in Developer Mode
The HTML tab has two places where icons are defined. One controls the Icon List navigation style, the other controls the Icons style.
The top-level part of the HTML labels each section as iconlist or icons. Each navigation icon has its own sub-section. Inside, look for the el-tag of the icon currently in use, such as el-time or el-bookmark.
Location of the iconlist icon code in the HTML (usually close to line 113)
Location of the icons icon code in the HTML (usually close to line 237)
Change the current el-tag to the new one for your chosen icon, then save the HTML. For example, to change "Company News" from a bookmark icon to a calendar icon, replace el-bookmark with el-calendar. Leave the surrounding tags alone — el, el-inverse, and el-fw are the same for all icons in the app component.
Last updated
Was this helpful?
Was this helpful?

