Customization Notes
To use the native MyListing icons:
- Theme Options > Shortcodes > Icon
- Find your desired icon and copy the shortcode.
- Edit a menu item.
- To the left or right of the menu item name, paste in the icon’s shortcode copied above.
To use custom icons:
- Download the desired PNG icons (Note: Choosing icons of color “white”, is recommended).
- Upload the icons to the WordPress Media Library.
- Edit an icon and copy its link address.
- Edit a menu item.
- To the left or right of the menu item name, paste the link address that was copied above.
/* ML - ADD ICONS TO THE NAVIGATION MENU */
.main-nav li a>i {
display: inline-block;
}
.main-nav li.current-menu-item a > i {
color: #000 !important;
}
Example for adding an icon to the Home page.
Home