drop down menu font size

  • Unknown's avatar

    i like the theme chosen but if i put the cursor over menu tabs the dropdown menu seem large. the old theme (big brothrer) had menu options smaller

    can i change that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, yes we can adjust that. go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. You can adjust the 16px font size I have used in my example. I also reduced the top and bottom padding to tighten up the spacing between the menu items.

    .wf-active .main-navigation ul ul a {
      font-size: 16px;
      padding-top: .5em;
      padding-bottom: .5em;
    }
  • The topic ‘drop down menu font size’ is closed to new replies.