I’ve just purchased and downloaded your Essentialist theme into my wordpress blog. I’m a complete beginner! I was wondering if you’d be able to tell me how to change the font for the header? I saw one of your previous replies said to use a child theme, but I have no idea what that is! Would you be able to help!
Hello, I guess you mean the font for the site title (the one that says ‘Essentialist’ in the demo).
You can use a Google Font there. For example, Pacifico.
To do that, please install the Simple Custom CSS plugin. Once you install and activate the plugin, in your Admin Panel please go to ‘Appearance’ > ‘Custom CSS’, paste the following code and save:
.site-logo a {
font-family: 'Pacifico', cursive;
font-size: 5.0rem;
padding-bottom:.8rem
}
Kind regards,
Paul
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘font change (for a beginner)’ is closed to new replies.