Thanks for the help!
I’m trying to adjust the font size for the secondary menu. However, neither of these code options change that. They only change the font size for the drop down portion of the respective menu, but nothing on the secondary menu itself.
.secondary-navigation .main-nav ul ul li a {
font-size: 24px;
}
.main-navigation .main-nav ul ul li a {
font-size: 24px;
}
I would like the secondary menu to have the same font size as the primary menu. Thanks again for the help!