Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #491531

    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;
    }

    • This topic was modified 8 years, 9 months ago by mikehartrich.
    #492002

    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

    #492046

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Drop Down Font Size’ is closed to new replies.