I’m trying to change the font on the dropdown menu using a standard (non-Pro) header. It’s a font I added myself and it’s working everywhere else I’ve used the Custom CSS to add it, but in the dropdown menus only the first letter is changing. I’ve tried a few different ways:
.desktop .submenu {
font-family: “Cosmic”;
font-size: 20px;
}
.sub-menu a {
font-family: “Cosmic”;
font-size: 20px;
}
.sub-menu a, .x-navbar .mobile .x-nav li > a {
font-family: “Cosmic”;
font-size: 20px;
}