Okay
  Public Ticket #886102
Menu not visible on mobile devices
Closed

Comments

  • Joe started the conversation

    We can't get the mobile menu icon to be viewable on our http://www.martinarchitecture.com/ website.  It's apparently the color white on a white header background.  We've tried changing the the dark version of the header, but it's not visible ther either.  And we've tried lot's off CSS to make it visible and to change the appearnce of the menu when it is displayed - all to no avail.

  •  8,996
    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');


    Also, if you’re using page transitions, change the method to the standard option form the “AJAX” one

    Cheers


    ThemeNectar Support Team 

  • Joe replied

    Tahir, thanks, that worked - I can see the menu icon now.  But, one more issue - the mobile menu that is displayed is HUGE.  See for yourself - http://www.martinarchitecture.com/.  Where/how can I change the font size for it?

  •  8,996
    Tahir replied

    Hey Again,

    You can change the Off Canvas Menu font-size in Salient Theme Options Panel ->Typography Section . 

    Also have a look at this Video : 

    Bes.t


    ThemeNectar Support Team 

  • Joe replied

    Thanks, Tahir.  That was exactly what I needed to know.