• Resolved 803207739ucla

    (@803207739ucla)


    Hi there,

    I’m working with a child theme…

    Does anyone know how to change the footer’s font? I want to use Roboto.

    Also, my Easy Google Fonts plugin is both installed and activated.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • MarieJoJones

    (@mariejojones)

    What’s your site address?

    Thread Starter 803207739ucla

    (@803207739ucla)

    Hi Marie,

    It’s https://www.pivotwright.com

    Thanks,

    Ronnie

    MarieJoJones

    (@mariejojones)

    Don’t know this plugin but assume you have a way to tell it to use Roboto.
    Then in your style.css add this:

    .site-footer, .site-footer a {
        font-family: 'Roboto', 'Helvetica Neue', sans-serif ;
        font-weight: 400;
        color: #000000;
    }

    Change 000 in color to what you need. And if you want bold Roboto use 700 for font-weight.

    Thread Starter 803207739ucla

    (@803207739ucla)

    Yay! It worked…thank you so much.

    On a side note, changing the css code for the color didn’t work. So I tried going to the customization menu > color > footer color and that did the trick.

    Thanks again! ??

    MarieJoJones

    (@mariejojones)

    Glad it worked. For color, yes, customizer settings take precedence.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Footer Font?’ is closed to new replies.