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
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
Worked great, thank you Yigit!