Okay
  Public Ticket #2789283
Second Level Menu Items
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi. I'm trying to work out how to change the size of the menu items for the mobile view. In particular I'd like to make the second level items larger. Can you direct me as to where to do that? Thanks.

  •  1,878
    Judith replied

    hi Sanjay,

    We are getting this from our end:

    8268063005.png

    Please grant us access.

    Thanks.

  •  21
    Sanjay replied

    Where are you located? I have location blocks on my site.

  •  1,878
    Judith replied

    Hi Sanjay,

    I am located in kenya.

  •  21
    Sanjay replied

    I'm not sure why you are getting that message then, I have allowed Kenya to view the site when you mentioned this last week. Then there were two others who were able to login and do work...

  •  8,847
    Tahir replied

    Hey Again,

    I see you already got this working: 

    2819461200.png

    Thanks 


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    I think you misunderstood my question. The second level menu is there, but I want to change the font size...

  •  1,878
    Judith replied

    Hi Sanjay,

    Please try this css:

    .material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container li li a, body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container li li a {
        font-size: 21px;
    }

    Thanks.

  •  21
    Sanjay replied

    Thanks!