• Resolved asanti75

    (@asanti75)


    First I want to thank you for this theme, I love it.

    My problem is this, I want to change the font size in the Menu, but unfortunately when I change the CSS in the Custom CSS Manager

    .navbar .nav > li > a {
    padding: 5px 20px 5px 20px;
    font-size: 30px;
    }

    It changes but only after the second letter that means that the first letter in each menu remain in 15px and the others in 30px.

    Could you help me, please, please, please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter asanti75

    (@asanti75)

    I didn’t get any answer I don’t know why, but here is my solution for those who are dealing with the same problem.

    You have to change to part, the first one is

    `.navbar .nav > li > a {
    padding: 5px 20px 5px 20px;
    font-size: 30px;
    }`

    and the second one is

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

    Remember use a CSS manager or a child theme.

    Thanks for this asanti75. Works a treat!

    Remember use a CSS manager or a child theme.

    Just a word of warning for others who are newbies like me: you cannot use the built-in CSS manager in Customizr because the code includes “>” characters, which are not allowed. (The text in the Custom CSS section says this, but I was scratching my head for a while before I actually read it.)

    Thread Starter asanti75

    (@asanti75)

    Thank you, I didn’t know that restriction in the CSS Manager in Customizr theme, on the other hand I made those changes in a CSS manager plug in, that is easy to use too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Font Size.’ is closed to new replies.