Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #2345
    slcmyers
    Member
    Post count: 40

    How do I change the font size for the main navigation menu and sub-navigation? I am using firebug and tried altering the css file but it doesn’t seem to change.

    #2519
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Please don’t edit the theme files directly, you will lose your changes when updating the theme. Instead, add CSS to the theme options (Custom CSS).

    Main menu items:

    nav .menu li a {}

    Sub menu items:

    nav .menu li ul li a {}

    You might need to use !important in some cases, ex.:

    nav .menu li a { font-size: 14px !important; }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #2737
    slcmyers
    Member
    Post count: 40

    Sorry, I forgot to ask how to change the size in the top menu. These others work though.

    #2827
    Cosmin – SUPPORT
    Member
    Post count: 3851

    To target the small top menu:

    #menu-alt-menu li a {}

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #2893
    slcmyers
    Member
    Post count: 40

    That actually didn’t work but this did. It made more sense after looking at your other replies.

    #top-bar .menu li a {font-size: 12px !important;}

    #3005
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Glad you sorted it 🙂

    – Ed

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register