Forums

How do I change the font of my page titles? (6 posts)

  1. Supergirl9801
    Member
    Posted 3 months ago #

    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.
    http://www.delawarecouponmom.com

  2. Christine
    Moderator
    Posted 3 months ago #

    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.

  3. Supergirl9801
    Member
    Posted 3 months ago #

    Where do I find the stylesheet...I've looked everywhere and I'm not seeing it?

  4. Christine
    Moderator
    Posted 3 months ago #

    Appearance > Editor

  5. Supergirl9801
    Member
    Posted 3 months ago #

    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: http://www.carolinemoore.net
    */

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

    I tried adding what you said and nothing changed.

  6. Christine
    Moderator
    Posted 3 months ago #

    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.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.