Site title and tagline font size
- The topic ‘Site title and tagline font size’ is closed to new replies.
Need help? Check out our Support site, then
How to change the font size of site title and tagline? (upper left corner of a website)
The blog I need help with is: (visible only to logged in users)
You would do that with custom CSS, like this:
.site-title {
font-size: 3rem;
}
.site-description {
font-size: 1rem;
}