How to change font of menu so that it is different to the header font

  • Unknown's avatar

    I would like to change my menu font so that it is different to the font I want for my header. How do I do this as at the moment when I change my header font my menu font changes to the same.

    Many thanks,

    Emily

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Emily,

    You can target just the title of your site by using css. If you paste the following code into the CSS box on your customize screen you should be set. Note: I choose a random font (Impact) you should be able to choose whatever you want by replacing the name of the font. Let me know if you run into trouble.

    .site-title a{
        font-family:Impact !important;
    }
  • The topic ‘How to change font of menu so that it is different to the header font’ is closed to new replies.