Okay
  Public Ticket #205268
Mobile Menu Too Small
Closed

Comments

  • Justin started the conversation

    Hey Tahir,

    How can I make the mobile menu & specifically, submenu, more noticeable.

    The small arrow on the far right is easily missed...

    Thanks!

  •  8,470
    Tahir replied

    Hey Justin!

    Add this into the Custom CSS box located in your Salient Options panel Or on the Visual Composer Css button so the css shows on that page only:

    .sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {
        font-size: 20px !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  • Justin replied

    This is great! How would I make the text bigger too?

    Thanks

  •  8,470
    Tahir replied

    Use this for text: 

    body #mobile-menu ul li a {
        font-size: 16px;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Justin replied

    Thanks!