Just looking into your request.
The size of the Site Title and Menu (and many other elements) are dictated by this CSS …
.site-title, .site-description, .main-navigation, .nav-links, .page-title, .page-description, .comment-author .fn, .no-comments, h2.author-title, p.author-bio, h4 {
font-size: 1.125em;
}
Similarly the colour of these elements is dictated by this CSS (when there is a featured image) …
.site-header.featured-image .main-navigation a, .site-header.featured-image .main-navigation a + svg, .site-header.featured-image .social-navigation a, .site-header.featured-image .site-title a, .site-header.featured-image .site-featured-image a {
color: #fff;
}
Would you like to be able to change the size and colour of each element individually?
Please explain what additional “formatting” controls you might like?
Thank you,
Oliver