fbpx

Divi Mobile Menu Displays “A” Instead of Hamburger Menu Icon

by | Dec 5, 2017 | Web Development

Does you Divi mobile menu show an “A” instead of the traditional hamburger icon? We recently came across this problem with a few of our Divi-based websites.

After an update we noticed an “A” appearing in place of the hamburger icon on mobile menus. Once the issue was inspected in the browser, it became clear that some core theme files were requested from the child theme folder – but they were not present there.

To fix the problem we simply added these theme core files into the child theme directory while preserving proper path structure:

  • /wp-content/themes/divi-child-theme/core/admin/fonts/modules.ttf
  • /wp-content/themes/divi-child-theme/core/admin/fonts/modules.woff

You can download these files here:

modules.ttf
modules.woff

Your child theme name and paths may be different. Make sure you download these files into the correct folder.