Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1230207
Mobile Menu Icon
Closed

Comments

  •  2
    calvertbarba started the conversation

    How can I replace the mobile menu icon for another icon or text (e.g. "menu")? 

    Thanks in advance

  •  444
    Sergio replied

    HI,

    you need

    1) Find function thegem_before_nav_menu_callback() line 2284 in file functions.php (screen 1118)

    2) use following css:

    #primary-navigation .menu-toggle {
        font-size: 15px !important;
        line-height: 15px;
        color: #fff;
        text-align: right;
        text-indent: initial;
    }
    #primary-navigation .menu-toggle  span{
        display:none !important;
    }

     

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.