• Supergirl9801

    (@supergirl9801)


    I am using the Scrappy Child Theme and I have installed the Font plugin but that only lets me change the font on the post titles. I haven’t figured out how to change the font or the color of my font to my header or my page titles. Any help would be EXTREMELY appreciated.
    https://www.delawarecouponmom.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • In your child stylesheet, you’ll need to add this:

    .title {
        font-family: Rochester,cursive;
    }

    Just change Rochester to whatever font-family to circulat if that’s the one you want to use.

    Thread Starter Supergirl9801

    (@supergirl9801)

    Where do I find the stylesheet…I’ve looked everywhere and I’m not seeing it?

    Appearance > Editor

    Thread Starter Supergirl9801

    (@supergirl9801)

    This is what currently shows in the stylesheet

    /*
    Theme Name: Scrappy Child
    Description: A child theme template for Scrappy
    Template: scrappy
    Author: Caroline Moore
    Author URI: https://www.carolinemoore.net
    */

    @import url(../scrappy/style.css);

    I tried adding what you said and nothing changed.

    Sorry about that..

    Try this instead

    .header .title {
        font-family: insert your font here;
    }

    Please leave the code in your child theme even if it doesn’t work. That way we can figure out why it’s not working.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I change the font of my page titles?’ is closed to new replies.