Support » Theme: Customizr » Why does the first letter of a menu item stay small?

  • Resolved David Robinson

    (@foxrobinson)


    I have changed the size of the menu font by using this CSS:

    .navbar .nav > li > a {
    font-size: 42px;
    }

    but the first letter of each menu item remains the standard size and I cant figure out why. Can someone help me here please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is an option integrated into theme menu. To change size of the first letter you need to add

    .navbar .nav > li > a:first-letter {
    font-size: 42px;
    }

    Thread Starter David Robinson

    (@foxrobinson)

    Thank you tomaja, I’d never heard of the first-letter thing before.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why does the first letter of a menu item stay small?’ is closed to new replies.