Title: hamburger problem
Last modified: August 24, 2016

---

# hamburger problem

 *  [michaelsandy](https://wordpress.org/support/users/michaeldaly/)
 * (@michaeldaly)
 * [11 years ago](https://wordpress.org/support/topic/hamburger-problem/)
 * Hi
    Met with a Google analytics employee this week He said that mobile users 
   often fail to click on the ‘hamburger’…they don’t know its a clickabke link His
   suggestion was to encase it in a ractangle Is it just an image I can change? 
   Thanks MD600

Viewing 1 replies (of 1 total)

 *  [Mike Orange](https://wordpress.org/support/users/mike-orange/)
 * (@mike-orange)
 * [11 years ago](https://wordpress.org/support/topic/hamburger-problem/#post-6161886)
 * Hi michaeldaly,
 * if I understand correct, “hamburgers” are “>>” and “<<“.
 * To change this, basically you should play with values in style.css (in child 
   theme, normally) around line 330 (beginning with /* toggle icon */)
 * > .col-3cl .s2 .icon-sidebar-toggle:before { content: “\f100”; }
   >  .col-3cr .s2.
   > icon-sidebar-toggle:before { content: “\f101”; }
 * If you look at fa cheatsheet at [http://fortawesome.github.io/Font-Awesome/cheatsheet/](http://fortawesome.github.io/Font-Awesome/cheatsheet/)
   –“\
   f100” – is “fa-angle-double-left” – “\f101″ – is ” fa-angle-double-right”
 * Further – choose fa symbols that suits you the best and replace existing ones
   with it.
 * Other possible solution is plugin for mobile menu – personally tested [https://wordpress.org/plugins/wp-responsive-menu/](https://wordpress.org/plugins/wp-responsive-menu/)
   and it works pretty well with Hueman.
    In that case you have to hide native Hueman
   mobile menus via CSS.
 * Hope this helps.
 * Mike

Viewing 1 replies (of 1 total)

The topic ‘hamburger problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Orange](https://wordpress.org/support/users/mike-orange/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/hamburger-problem/#post-6161886)
 * Status: not resolved