• krissyeverett

    (@krissyeverett)


    I can’t seem to change the font size for the menu in my header. I have tried all the options in “customize” and have even gone through and tried to change all the font sizes in the style.css sheet but it won’t change. I’m using the make theme. Any help would be greatly appreciated.

    https://www.krissyeverett.com

Viewing 1 replies (of 1 total)
  • WPyogi

    (@wpyogi)

    Try this in custom CSS:

    .header-bar .menu a {
        font-size: 1.3rem;
        font-weight: normal;
    }

    Adjust that 1.3 to what you prefer. And BTW, do not modify anything in theme files – those changes will be lost when the theme is updated.

    For future questions about Make theme, best to ask on the forum specific to that theme here:

    https://www.ads-software.com/support/theme/make#postform

Viewing 1 replies (of 1 total)
  • The topic ‘Can't change menu font size’ is closed to new replies.