Site logo

Archived topic

Secondary Navigation, Sub Menu Font Change

3 replies · Started by generatedcadcpr on July 31, 2017

Viewing posts 1–4 of 4

I've seen that you can change the sub menu font size for main navigation with some CSS.
Is there a bit of code I could use to change the font family for the secondary navigation, sub menu?

And also in this same section, the sub menu's width.
The text is a bit longer here, but i don't want to change the width of the secondary menu's top level, just the sub.

I've tried a few things based on people's questions about the main navigation, but couldn't get it to work.

screenshot

Hi there,

Font family:

.secondary-navigation .main-nav ul ul li a {
    font-family: fantasy;
}

Width:

.secondary-navigation ul ul {
    width: 200px;
}

worked great, thanks. I think I'll be using this a lot more often.

No problem!

This archived topic is closed to new replies.