Hello, I'd like change the font to Arial and size to 12px in the nav sub-menu (dropdown box). See screen shot
Hi michaeldunlap, Please paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: #menu ul li ul li a { font-size: 12px !important; font-family: arial !important; } Thanks Praveen