Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234442

    Hey guys,

    Hope you’re doing great! I wanted to make a few adjustments to the fixed header and was hoping you could help:

    1) Can I adjust the line height of the sub menu items to be less?
    2) Can I adjust the width of the submenus to be skinnier?
    3) Can I stop the first sub-menu items from being bold by default?

    Thank you!

    Best,
    Jonathan

    #234443
    This reply has been marked as private.
    #234757

    Hi!

    Please add following code to Quick CSS
    1-

    #top .main_menu .menu li ul a { line-height: 10px; }

    2-

    .main_menu .menu ul { width: 165px; }

    3-

    #top .main_menu .menu li ul a { font-weight: normal !important; }

    Best regards,
    Yigit

    #234871

    Worked great, thank you Yigit!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Changes’ is closed to new replies.