Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  432
    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.