Site logo

[Resolved] Customize main menu icons in mobile

Home Forums Support [Resolved] Customize main menu icons in mobile

Home Forums Support Customize main menu icons in mobile

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #425078
    Leo
    Staff
    Customer Support

    Could be cache. It works for me though: https://s33.postimg.org/7yyb9lr5r/2017-11-15_0844.png

    #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

    #425232
    Leo
    Staff
    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' );
       }
    }
    #425313
    Pedro Chincoa

    Yes, now it works! Thanks Leo for your patience!

    #425488
    Leo
    Staff
    Customer Support

    No problem! Thanks for your patience too!

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.