I`m sorry I just could not find it.
Can someone please give me the quick css I can past in the enfold theme in the quick css field to make my main menu bold?
Thank you very much!
Hey tomerus!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child>li>a { font-weight: bold; }
You can change bold to bolder if you would like to make it, simply “bolder” :)
Best regards,
Yigit
Thank you very much sir!
Strange it doesn`t work?
Hi!
Font weight is 600 by default therefore you can see changes if you set it to “bolder”
You can add following code to Quick CSS to force it
.main_menu ul:first-child>li>a { font-weight: bolder!important; }
Regards,
Yigit
thank you!