Font size of menu drop down items
-
Hi
I’ve been trying to work out how to change the font size of menu items within the drop down menu of “Booklists”. These are the “Children’s Books” and “Research Books” menu items.
Can anyone please help?
The CSS I have for the menu at the moment is:
.main-navigation li a {
text-transform: capitalize;
font-size: 1.2em;
font-weight: bold;
}Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
This will make the drop down menu item font size the same as the main menu items (top level).
.main-navigation li ul li a { font-size: 1.2em; } -
-
- The topic ‘Font size of menu drop down items’ is closed to new replies.