Font in Main Menu - by pienkowska - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 9 years, 1 month ago ago by Eva Kemp

  • Avatar: pienkowska
    pienkowska
    Participant
    February 5, 2015 at 17:26

    Hello,

    I can set Oswald ExtraLight font in main menu on my webiste – sklep.redefinition.pl (like on my blog blog.redefinition.pl) , but when I changed font weight, nothing changes. Can You help me?

    Thanks in advance.

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 5, 2015 at 17:45

    Hello,

    You can change font weight for the menu in custom.css file:

    .main-nav .menu li a {
        font-weight: lighter;
    }

    Change the font weight to yours.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: pienkowska
    pienkowska
    Participant
    February 5, 2015 at 18:28

    Thank You, but this code didn’t work 🙁 Is there another option?

    Thanks in advance.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 5, 2015 at 19:46

    Hello,

    Did you change font weight “lighter” to something else?
    You may try to use this code:

    .main-nav .menu li a {
        font-weight: bold !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: pienkowska
    pienkowska
    Participant
    February 5, 2015 at 20:10

    Hello,

    Yes, of course, I was changed “lighter” to few other options – bold is working, but lighter options didn’t works 🙁 What could be the reason? It’s important for me to set the same font, like on my blog (blog.redefinition.pl).

    Avatar: Eva
    Eva Kemp
    Support staff
    February 5, 2015 at 22:30

    Hello,

    You need change font as the one that you use (font-family: Oswald;) can be set only with such font-weight.
    Please check it.

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.