Change the font size of Menu / Sub-Menu

  • Author
    Posts
  • #55083

    Is there any way to change the font size of Menu or Sub-Menu just slightly (i.e. taller)? I can’t find any CSS for it or how this would eventually interfere the dropdown menu boxes. Thank you.

    #55132
    Zed
    Cryout Creations mastermind

    You want the menu text bigger overall or just taller?
    #access ul li a span { } applies to all menu items, while #access ul ul li a span { } applies to submenu items.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #55141

    Thank you very much, Zed! Exactly what I was looking for! With the code ‘#access ul li a span { font-size: 1.3em; }’ added to my childtheme’s style.css the menu text gets slightly taller. You’re the best!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Change the font size of Menu / Sub-Menu’ is closed to new replies.