Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #293313

    Hello!

    By default it seems that my header main menu text is in bold font, and I would like to change to regular font. I don’t see this option in the customization of the child theme/header menu. Can you please tell me how to change? Thanks!

    #293340

    Hi onegirlrtw!

    Please add following code to Quick CSS

    #top .av-main-nav > li > a {
    font-weight: normal !important;
    }

    Regards,
    Yigit

    #293584

    Great, it worked! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change header menu text to regular (not bold)’ is closed to new replies.