Okay
  Public Ticket #798674
utility menu font size
Closed

Comments

  • will started the conversation

    I have tried adding:

    .util-menu {
    font-size: 24px;
    font-size: 2rem;
    }

    to increase size of the utility menu font, but it gets restricted. How can I adjust to make larger?
  •  93
    djwd replied

    Hi there,
    try with:

    .util-menu li a {
        font-size: 24px!important;
    }

    Hope it helps

    Regards
    djwd

  • will replied

    perfect - thanks for the help!

  •  93
    djwd replied

    No worries, glad it was sorted!

    Regards
    djwd