Tagged: enfold, mega menu, menu, mobile menu, responsive
-
AuthorPosts
-
August 21, 2016 at 8:45 am #675272
Hi,
I enabled ‘Hide Mobile Menu Submenu Items’ in theme options under ‘header’ but now the the submenu items under ‘treatments’ and ‘skin conditions’ don’t show up when I click on the menu icon on the website on my phone.
Is there a way to fix that?
Thanks!
August 21, 2016 at 1:31 pm #675325Hey dhandakam,
I checked your phone on android phone and the submenus show up fine on the mobile.
Let us know if you have any questions.
Best regards,
VinayAugust 21, 2016 at 4:35 pm #675369Hey,
That’s because I disabled the ‘Hide Mobile Menu Submenu Items’ setting for now because the other one is not working properly.
I enabled it again now so you can see how it looks.Thanks!
August 22, 2016 at 11:35 am #675639Hello
I’m having trouble viewing sub menu items on mobile. It appears to require a text colour change but as I’m no developer, can somebody help point me in the direction of where I would change the colour, please?
I wouldn’t be against the idea of hiding the sub level items completely, if that is an option?
Many thanks
August 22, 2016 at 3:28 pm #675809Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #mobile-advanced .visible_sublist, #top #mobile-advanced .avia_mega_div.visible_sublist>ul { display: block; background: white; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitAugust 25, 2016 at 5:29 pm #677682It’s still the same. The code didn’t work
August 29, 2016 at 4:29 am #678731Is there anything else I can try?
August 30, 2016 at 4:44 am #679252Hi,
To change the color of the submenu in mobile please add the below css in Quick CSS and clear the browser cache to view the changes.
#mobile-advanced .sub-menu a{ color: #ff0000!important; }
Best regards,
VinayAugust 30, 2016 at 10:31 am #679313Hi Yigit, thanks for reply.
The code you gave me didn’t solve the problem. However, I tweaked it with an existing line of short code in the quick css box, and the below works fine :)
#mobile-advanced .mega_menu_title {
color: #FFFFFF !important;
.avia_mega_div.visible_sublist>ul {
display: block;
background: white;
}Thanks again.
August 30, 2016 at 12:48 pm #679374Hi,
Glad the issue is fixed! We really appreciate it if you rate our theme on themeforest .
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘Submenu not showing on mobile’ is closed to new replies.