Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27090

    Hi, I’ve been reading along in these forums trying to find an answer that works to increase the size of my header font.

    I added this code to custom CSS:

    #menu-navigation li a {

    text-transform: uppercase;

    font-size: 25px;

    }

    But it hasn’t increased.

    Help?

    #132733

    Hi,

    You can use this:

    .main_menu ul:first-child > li > a {
    font-size: 25px;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Increasing Nav Menu font sizes.’ is closed to new replies.