• Hi there,

    Can anyone tell me how we can change the font for the menu pages? I’ve made a style.css child theme and input the following code below. But the font for the menu is still Cutive.
    Any suggestions??

    body,
    button,
    input,
    select,
    textarea {
    font-family: ‘helvetica’, helvetica;

    }

    h1,h2,h3,h4,h5,h6 {
    font-family: ‘century gothic’, helvetica;
    }

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter runwei

    (@runwei)

    if you go to my website runwei.ca, you’ll see the menu font is still cutive. I can’t figure out how to change it.

    Theme Author Christine Rondeau

    (@crondeau)

    HI runwei,

    I just looked at your site and the menu is appearing as century gothic for me. Have you tried clearing your cache?

    Thread Starter runwei

    (@runwei)

    Hi Christine,

    thanks for responding, it only worked after I added li and ul into the code as follows:

    button,
    input,
    select,
    ul,
    li,
    textarea {
    font-family: ‘century gothic’, helvetica;
    }

    but the button for post a comment is still showing as cutive. Can you help me change this? and change the font size of the button and titles of each post ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Header Font’ is closed to new replies.