Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #743018

    Hi, I´m trying to change menu texts to a lighter font family, but I don´t find the style.css file to do that.
    I changed menu links through advanced styles in theme options, but there is no option to choose a light family font, as in my screenshot.
    How can I do that?

    Thank you very much!

    #743024

    Hey cipriana!

    Please link us your web site, so we can be able to check and help you better
    Thanks a lot

    Best regards,
    Basilis

    #743037

    Hi, ok, I´m sending you a link.

    thanks!!

    • This reply was modified 7 years, 9 months ago by cipriana.
    #743161

    Hi,

    Thanks for the link, so what font are you looking to use?

    Best regards,
    Rikard

    #743265

    Hi, I want to use Lato Regular
    Thanks

    #743286

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #743409

    Hi, it worked.
    And if I would want it lighter? I mean, not regular, but light?

    Thanks!

    #743421

    Hey!

    You can try following code instead

    #top #header .av-main-nav > li > a {
        font-weight: 100;
    }

    Best regards,
    Yigit

    #743461

    Ok, thank you very much!

    #743732

    Hi,

    Glad we could help, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #743839

    No, that´s all. thanks!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Light font for menu’ is closed to new replies.