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.
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.
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!
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Change the font size of Menu / Sub-Menu’ is closed to new replies.
Our site uses only necessary functionality cookies.
See the cookies policy for more info.