-
AuthorPosts
-
April 4, 2018 at 12:38 am #936871
Hello,
I am having a problem with my main navigation menu and the way it displays on mobile devices.
The color changes to blue on mobile and I’d like to change the color of the nav menu on mobile devices.
How can I control the color?Thank you!
April 4, 2018 at 3:01 am #936882Hey mbellush,
When I look at your mobile menu I see you have a transparent menu with blue text.
Please see screenshot in Private Content area.
Try this code in the General Styling > Quick CSS field to change the text and the mobile close button, without changing your desktop main menu links:#top #wrap_all ul#mobile-advanced > li > a,a#advanced_menu_hide { color: #000 !important; }Feel free to adjust the color to suit.
Best regards,
MikeApril 4, 2018 at 3:42 am #936893Thank you for answering!
I have pasted the code you provided into the General Styling > Quick CSS field inside WordPress and nothing has changed.
Could I be missing something else?This is exactly what I pasted, and then I changed the color code as shown below.
#top #wrap_all ul#mobile-advanced > li > a,a#advanced_menu_hide {
color: #D3D3D3 !important;
}April 4, 2018 at 7:37 am #936987Hi,
Thanks for the feedback. First off, could you try updating the theme to the latest version (4.2.6) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardApril 5, 2018 at 9:32 pm #937908I have updated to the latest enfold theme version (4.2.6).
I have also included the following code in general styling > quick css:#top #wrap_all ul#mobile-advanced > li > a,a#advanced_menu_hide {
color: #D3D3D3 !important;
}The mobile menu is now not visible at all. When you click on the mobile menu nothing appears at all.
Any ideas?
April 6, 2018 at 7:51 am #938072Hi mbellush,
Can you disable caching and minification for now?
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
