Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Ana,

    Sure, you can use the following CSS to reduce the menu item height:

    .menu-primary-items ul a {
      line-height: 3;
    }

    And this CSS can be used to increase the font size of the text in the recent post widgets:

    .widget_ct_ignite_recent_posts li {
      font-size: 16px;
    }
    Thread Starter anavramirez

    (@anavramirez)

    Worked like a charm. Thank you!

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing πŸ™‚

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reducing menu buttons and increasing font’ is closed to new replies.