• Hello all,

    i have a small question : i know how to change the color of the main menu, but i don’t find any place to change the “font” color in the same main menu (the menu under the logo)

    in the CSS it’s not clear to me where the color (and size) of the font is set

    could someone please tell me how to set the color of the font + font size for the main menu ? (and top menu also btw ?? )

    thanks alot ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The following CSS is for Header menu

    #menu-header-menu li a {
        color: #ff0000 !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    The following css is for Topbar menu

    #menu-topbar-menu li a {
        color: #ff0000 !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    You can make changes to the values.
    Use the following tool for color hex code.
    https://colorpicker.com

    Thank you

    Thread Starter Florian

    (@adv122)

    thanks but actually Sorry i think it’s theme related :/
    i am on hueman theme… and these settings seem not to work. :/

    @adv122 – The code @denzel posted will work but the selectors are different. Try these:

    instead of #menu-header-menu use #nav-header
    instead of #menu-topbar-menu use #nav-topbar

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘main menu question (font color and size)’ is closed to new replies.