Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #675325

    Hey 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,
    Vinay

    #675369

    Hey,

    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!

    #675639

    Hello

    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

    #675809

    Hi,

    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,
    Yigit

    #677682

    It’s still the same. The code didn’t work

    #678731

    Is there anything else I can try?

    #679252

    Hi,

    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,
    Vinay

    #679313

    Hi 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.

    #679374

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Submenu not showing on mobile’ is closed to new replies.