I want to use a couple WordPress menus in my footer. I want to add a FontAwesome checkmark to the left of the menu items that are stacked vertically.
How would I go about this? There’s an icon setting under the element content section, but it says it will only show for submenu items. I’m familiar with how this works because I used it in my header for menu items with submenu list items.
Do I need to eliminate the menu and switch to lists? It’s mainly a convenience thing of being able to modify the list items via the menu section instead of loading the footer template.
Hi Scott, welcome to the forum!
The submenu icon is just an indicator that indicates, if there is a submenu or not. So this is not an option.
You’ll need to include the fontawesome styles manually to make sure they are loaded on every post or page and you need to add the icons as HTML to the WordPress menu.
Add the following to Bricks > Settings > Custom Scripts (and don’t forget to change the domain):
@timmse thank you. FontAwesome was already loaded from using it in the header template. I didn’t realize I could enter code into appearance > menus. Worked amazingly well.