-
AuthorPosts
-
March 30, 2016 at 9:32 am #605048
Hi,
i’ve selected mobile menu for smartphones and tablets. If i change screen size it will switch to the mobile nav but the nav icon is invisible (just the frame, not the 3 lines) How can i give this nag icon another color?
Thank you for helping!
March 30, 2016 at 2:22 pm #605173Hey Luisgasser,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardMarch 30, 2016 at 2:32 pm #605185Navigation would be to long, so i use mobile nav for smartphones and tablets. But the tablet menu is invisible.
March 30, 2016 at 4:13 pm #605243Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle, #advanced_menu_hide { color: orange !important; border-color: orange !important; background-color: #e2e2e2 !important; }Then see – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Cheers!
YigitApril 1, 2016 at 1:29 pm #606648hello,
thank you for helping.
If i change the color, it shows only on smartphones, but not on tablet landscape.
#advanced_menu_toggle, #advanced_menu_hide {
color: orange !important;
border-color: orange !important;
background-color: #e2e2e2 !important;
}April 2, 2016 at 2:16 pm #606972Hey!
Please replace the code with this:
#advanced_menu_toggle, #advanced_menu_hide { background-color: #ffffff !important; color: #333333 !important; border-color: #e1e1e1 !important; }Regards,
IsmaelApril 3, 2016 at 12:21 pm #607212hi, thank you it works just on hover – before i have just the border without the symbol inside
April 4, 2016 at 6:30 am #607378Hi,
This should change the colour:
#advanced_menu_toggle { color: grey !important; }And this should display the mobile menu for tablet size and down:
@media only screen and (max-width: 1024px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important; } }Thanks,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.
