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
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.
Supergirl9801
Member
Posted 3 months ago #
Where do I find the stylesheet...I've looked everywhere and I'm not seeing it?
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.
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.