Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #195495

    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!

    #195515

    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

    #195524

    Thank you very much sir!

    #195527

    Strange it doesn`t work?

    #195540

    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

    #196012

    thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Main Menu in Bold’ is closed to new replies.