• Resolved kk_admin

    (@kk_admin)


    Hi, how do I change the font size in the dropdowns in my menu? I figured out that the line height duplicates the topbar height, but how do I fix the font size? I literally do not have a font this small all around Theme Options.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @kk_admin

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    ul.sf-dropdown-menu li a {
      font-size: 18px !important;
    }

    Let me know if that does it.
    Thank you.

    Just to confirm, that CSS should work great. I do however recommend using the theme custom CSS box in Theme Options> Custom CSS, just to keep it consistent with your other CSS.

    -Kevin

    Thread Starter kk_admin

    (@kk_admin)

    Thank you both! working

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘topbar menu dropdown font size?’ is closed to new replies.