Two things, my logo looks tiny on an iphone, how do I resize it to max possible size? Secondly, my menu is invisible on an iphone, is this deliberate? How do I change the colour of the bars (ie make them black) so they are visible on my white header? I've tried a search of the forum and tried a few responses but no luck.
I\'m also having this same issue. Site uses a white header and the hamburger menu bars aren\'t visible on mobile. I can\'t seem to find a resolution in any of the tickets or support articles.
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
Two things, my logo looks tiny on an iphone, how do I resize it to max possible size? Secondly, my menu is invisible on an iphone, is this deliberate? How do I change the colour of the bars (ie make them black) so they are visible on my white header? I've tried a search of the forum and tried a few responses but no luck.
I\'m also having this same issue. Site uses a white header and the hamburger menu bars aren\'t visible on mobile. I can\'t seem to find a resolution in any of the tickets or support articles.
Same here. Also tried changing from child to parent theme to no resolve.
Hey Guys,
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
Fixed my issue! Thanks!