Home › Forums › Support › Customize main menu icons in mobile This topic has 19 replies, 2 voices, and was last updated 8 years, 4 months ago by Leo. Viewing 5 posts - 16 through 20 (of 20 total) ← 1 2 Author Posts November 15, 2017 at 8:45 am #425078 LeoStaff Customer Support Could be cache. It works for me though: https://s33.postimg.org/7yyb9lr5r/2017-11-15_0844.png November 15, 2017 at 9:07 am #425096 Pedro Chincoa Yes, it works on the main page … but something has been deconfigured … in the mobile version the menu appears as an error: https://prnt.sc/havfjg https://prnt.sc/have02 November 15, 2017 at 11:28 am #425232 LeoStaff Customer Support Let’s try using the snippet only on the front page: add_action( ‘wp_enqueue_scripts’, ‘generate_dequeue_mobile’, 100 ); function generate_dequeue_mobile() { if ( is_front_page() ) { wp_dequeue_style( 'generate-mobile-style' ); } } November 15, 2017 at 12:42 pm #425313 Pedro Chincoa Yes, now it works! Thanks Leo for your patience! November 15, 2017 at 4:43 pm #425488 LeoStaff Customer Support No problem! Thanks for your patience too! Author Posts Viewing 5 posts - 16 through 20 (of 20 total) ← 1 2 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In