Invisible (white on white) mobile menu

March 2014 WordPress Theme
GK User
Sat Jun 07, 2014 4:27 am
Without any changes to related CSS settings, the mobile menu is invisible (white bars on white background) in all browsers.

Inspecting the element and comparing with the demo site shows no difference either. I'm puzzled where that change comes from / what forces it.
User avatar
Fresh Boarder

teitbite
Sun Jun 08, 2014 7:16 pm
Hi

Can you please tell me which menu You have in mind ? Here is a screen when I'm looking from my mobile device. Menu has black bars on white background and also the text is visible:
User avatar
Moderator

GK User
Mon Jun 09, 2014 7:37 am
Hi,

It's because of new version of Font Awesome icons, @andremartin please edit News2/layouts/header.php file and replace this fragment: (around line 111)
Code: Select all
<i class="fa fa-reorder">

with:
Code: Select all
<i class="fa fa-bars">

This issue will be fixed in the next theme update.
User avatar
Moderator


cron