• mthornton

    (@mthornton)


    I’d like to add custom CSS to reduce the font size on the sub-level menus (under Schedule for example). I tried .sub-menu but it didn’t work.

    Thanks for your help!

    Melanie

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello mthornton,

    Try below css code.

    .main-navigation ul ul a {
      font-size: 18px;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter mthornton

    (@mthornton)

    Thank you! Worked perfectly!

    Melanie

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sub-Menu Font Size’ is closed to new replies.