I’m trying to change the font size of the mega menu drop down. None of the enfold font settings seem to be able to change it (and I wonder why you don’t offer that option in the font size settings?). Using Firebug I have been able to find the CSS elements that seem to control the font size. I can change the font size in firebug and the drop down menu font size changes. But when I paste that same code into the Quick CSS editor, it does nothing.
Here is the code I’m using:
#top #header .mega_menu_title a {
font-size: 20px !important;
font-weight: 400;
}
Hey mikehartrich!
Thank you for using Enfold.
You already have this code in the Quick CSS field:
#top #header .mega_menu_title a {
font-size: 12px !important;
line-height: .9em !important;
min-height: 10px;
}
Cheers!
Ismael
Thanks Ismael! It was right underneath another line, without a space between them, so I didn’t even see it! I’m not even sure how it got there. Thanks for catching that!