• Resolved Bornholmeren

    (@bornholmeren)


    Is it possible to add a code to Twenty fourteen child theme style.css to change the menu fonts? (Without using af plugin)

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

    (@bornholmeren)

    In another support topic a code to change font size in menues are given – it also works if code is changed to secondary-navigation.

    I would appreciate a code for changing font Family and color in menues, still without the use of plugins.

    stephencottontail

    (@stephencottontail)

    Try this:

    .primary-navigation {
      /* this is for the top menu */
      font-family: Times;
    }
    
    .secondary-navigation {
      /* this is for the menu in the left sidebar */
      font-family: Times;
    }
    Thread Starter Bornholmeren

    (@bornholmeren)

    Thanks @stephencottontail – it Works perfectly changing font Family ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu fonts in twenty fourteen’ is closed to new replies.