Okay
  Public Ticket #731416
Mobile menu icon not showing
Closed

Comments

  • Lisa started the conversation

    Hi! thanks for the amazing theme. I have one problem. The mobile menu icon isn’t showing. I tried everything but i can;t fix it, it’s driving me crazy.

    this is the site: www.moxibiz.com

    can you please help me?

    thanks!

  • Lisa replied

    I found out, that it's a conflict with visual composer. how to fix it?

  •  8,993
    Tahir replied

    Hey,

    Try opening your functions.php file and changing these items:

    wp_enqueue_style('font-awesome');
    wp_register_style('font-awesome', get_template_directory_uri() . '/css/font-awesome.min.css');
    to this:

    wp_enqueue_style('font-awesome-2');
    wp_register_style('font-awesome-2', get_template_directory_uri() . '/css/font-awesome.min.css');

    Cheers


    ThemeNectar Support Team 

  • Lisa replied

    Well, you are really awesome!

    Thank you so much it works perfectly!