Hello,
First step, post your site link here.
Thanks.
Hello,
Would you like to change the font family or font size? Also would you like to do this for all fonts, headings, or paragraph text?
Thanks.
I’d like to change the font family. For right now, I want to change the headings but not the paragraph text.
If that isn’t possible, then I’d rather change everything rather than nothing.
Thank you!!!
Hello,
The next step is to know what font you want to use. Then you need to download this plugin and insert the following code in to it.
https://ww.wp.xz.cn/plugins/simple-custom-css/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: insert your font family here;
}
.featured-title {
font-family: insert your font family here;
}
Thanks.
So sorry but I’m really bad at this. I downloaded the CSS file but don’t know what to do now. Do I open it? Do I need to save it somewhere special or just keep it in my “downloads”?
Hello,
What CSS file? Can you please post it here if it is not to long?
Thanks.
It didn’t give me something I can post…it downloaded a folder “simple-custom-css.zip”
Hello,
Do you know how to upload a plugin?
Thanks.
I think I JUST figured it out and it is now installing 🙂
I “activated” it but I don’t know what that means.
I clicked on it to “edit” it but now I have no clue what to do
Hello,
Now go to Appearance, Custom CSS and add the code I provided.
Thanks.
This is exactly what I added:
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-family: insert your font family here;Bradley Hand ITC}
.featured-title {font family: insert your font family here; Bradley Hand ITC}
Is that correct?