• Hi everyone,

    I’m looking to change my menu font to the same that’s in my header image – Miller italic.

    I assume I change it in the style css but I am not sure how to find the specifc code to change it.

    https://www.heavybrunch.com

    Advice?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Chrome or IE have developer tools you can use to identify what css effects which element. FF uses Firebug to do the same.

    Thread Starter ian277

    (@ian277)

    Thanks, I’ve tried that with the element inspector but nothing highlights for the sidebar or menu.

    Then you aren’t doing it correctly. When you highlight the text in Chrome tha css is shown on the right side of the page. In FF it is about the same. In IE you click on find and when you click on the element the css pops up.

    I think what you are looking for is in style.css
    body.custom-font-enabled.

    Thread Starter ian277

    (@ian277)

    Yeah, only the whole body is highlighted.

    I’ve found the body.custom-font-enabled {
    font-family: “Open Sans”, Helvetica, Arial, sans-serif;
    }

    And changed it to ody.custom-font-enabled {
    font-family: “Miller”, Helvetica, Arial, sans-serif;
    }

    Miller is the font I’m going for but it didn’t work, even though I’ve downloaded it already. I’ve got to some digging.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Menu font’ is closed to new replies.