Archived topic
Navigation Menu Sub-Items Typography
5 replies · Started by Anonymous on August 20, 2014
Hi there,
When I first set up my theme, I'm almost 100% positive that the text in the drop-down items of my main menu was smaller than the Top menu item (but I can't see that now, so I may be wrong).
Since I applied today's updates to the GP plug-ins, the drop-down menu items are rather HUGE... and I can only shrink them if I also shrink the main menu item text (which I don't want to do). Could the ability to set the menu sub-items text size be a feature in a future plug-in? (or is it hiding somewhere now?). In the meantime, is there some css I can throw in to tidy things up?
Thanks. Loving the Theme.
Hi,
Do you have a link to your website so I can see what's causing the sub-menu items to have a larger font?
Let me know - I'll get it fixed for you right away.
Trying again: http://deberelene.com/
Hmm - what I tried to do is look at the size of the main navigation, then reduce the sub-navigation text by 1px, which works nicely on smaller fonts.
When using larger fonts, that 1px hardly makes a difference, so I guess I need to re-think how I size it. Maybe a new option in Typography is needed.
For now, you can tweak the CSS.
.main-navigation .main-nav ul ul li a {
font-size: 17px;
}
You can tweak the pixels to your liking.
If you don't know where to add the CSS, a plugin like this should help: https://wordpress.org/plugins/simple-css/
Thanks. I don't mind playing with the CSS.