Changing the menu font - by Mike1986 - on WordPress WooCommerce support

This topic has 12 replies, 4 voices, and was last updated 7 years, 6 months ago ago by Robert Hall

  • Avatar: Mike1986
    Mike1986
    Participant
    September 29, 2016 at 14:22

    Hi!

    I tried searching the menu font from the Theme Options->Typography but it isn’t there. I tried everything from site font to h6 🙂

    I inserted this code to the custom css but it didn’t work either (found it on other topic):
    .menu > ul > li > a {
    font-family: ‘Open Sans’, sans-serif;
    }

    How can I change the menu font properly? 🙂

    Please, contact administrator
    for this information.
    11 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    September 29, 2016 at 15:51

    Hello,

    As I see your code is working:
    http://storage3.static.itmages.com/i/16/0929/h_1475160728_4631412_7e379e0356.jpeg

    Regards,
    Eva Kemp.

    Avatar: Mike1986
    Mike1986
    Participant
    September 29, 2016 at 16:02

    Okay. I didn’t notice any changes in the menu. Maybe your default font is the same Open sans.

    I would like the menu font to be normal not caps locked. Could you please tell me how to do that?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 29, 2016 at 16:49

    Hello,

    I’ve edited your code to this:

    .menu > ul > li > a {
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    }

    Please check now.

    Best regards,
    Jack Richardson.

    Avatar: Mike1986
    Mike1986
    Participant
    September 29, 2016 at 17:25

    Thanks!

    I hoped that changing the menu font from caps locked to normal would have created a little more space to the header. Still the menu goes into two rows when viewing the site with laptop and nobody wants that 🙂

    Is it possible to move the logo little to the left?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 29, 2016 at 19:01

    Hello,

    Try this code in custom.css:

    @media (min-width: 1200px) {.header-area {
      width: 1070px;
    }}

    Best regards,
    Jack Richardson.

    Avatar: Mike1986
    Mike1986
    Participant
    September 30, 2016 at 07:45

    Wow it worked perfectly! Thanks again! 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 30, 2016 at 07:53

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Mike1986
    Mike1986
    Participant
    October 4, 2016 at 12:53

    Hi!

    If I may ask one more change to the menu font. Is it possible to get the menu in bold?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 4, 2016 at 13:16

    Hello,

    Please use this code in custom css.

    .menu > ul > li > a {
        font-weight: bold;
    }

    Regards,
    Robert Hall

    Avatar: Mike1986
    Mike1986
    Participant
    October 4, 2016 at 13:21

    Thanks again! 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 4, 2016 at 14:07

    You’re welcome!

    Regards,
    Robert Hall

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

The issue related to '‘Changing the menu font’' has been successfully resolved, and the topic is now closed for further responses

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