Font of Menu Items

Viewing 2 posts - 1 through 2 (of 2 total)
  • #15602
    kpierse
    Participant

    Hi there, I was wondering if there is a way to change the font and size of Menu items under the Typography tab of the Theme Options. I don’t know how to edit code, but if that is the only way I can try to figure it out, if you’re able to provide any instructions.

    #15644
    Daniel Tara
    Keymaster

    There’s no option to change just the menu font but you can manually change it under Appearance > Theme Options > Design > Custom CSS, just add something like this:

    #access {
    	font-family: "Droid Sans", sans-serif;
    }

    Just replace “Droid Sans” with the name of the font you want to add.

Viewing 2 posts - 1 through 2 (of 2 total)

Tagged: ,

You must be logged in to reply to this topic.