Alternatively you can add Menu this way:
Backup before applying fixes we won’t be able to help in case of data loss
in header.php at around line 52, replace:
<i<?php echo!empty($header_menu_icon_color) ? ‘ style=”color:’ . $header_menu_icon_color . ‘;”‘ : ”; ?>></i>
with:
<i<?php echo!empty($header_menu_icon_color) ? ‘ style=”color:’ . $header_menu_icon_color . ‘;”‘ : ”; ?>>Menu</i>
in layout.css, at the end of the file add:
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
content: “f0c9 ” !important;
}