How to add the word 'Menu' next to the menu icon

  1. Home
  2. Docs
  3. Vertoh
  4. Frequently Asked Question...
  5. How to add the word ‘Menu’ next to the menu icon

How to add the word ‘Menu’ next to the menu icon

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;
}

Was this article helpful to you? Yes 1 No