Drop down menu items

Hi BB team, wondering how we can alter the drop down menu items ( font size really ) Not the main navigation but the drop down menu items themselves?

Hi Elizabeth,

Are you referring to the Menu module or the menu in your theme?

Thanks,
Danny

Hi Danny, the theme actually.

Hey Elizabeth,

The CSS snippet below should do the trick! :slight_smile:

.fl-page-nav .navbar-nav li .sub-menu a {
  font-size: 15px;
}

Ben