Hi there! Wire isn’t really designed for a header image that has text embedded in it, but you could force the header height to be taller with some custom CSS if you wanted.
/* Set the header height on screens above 750px wide */
@media screen and (min-width: 750px) {
.site-branding {
min-height: 400px;
}
}
Add this to your Customizer’s CSS panel and adjust the minimum height as you like.
I’d suggest you put your site title and tagline back and then uncheck the box to display them, as those elements are displayed in other places as well, and are important for search engines and usability.
Also, where can I find the original fonts that came with the template? I switched fonts on accident and want to switch back. Thanks
To restore the default fonts, go into your Customizer‘s Fonts panel, click the X at the right of the font dropdown menu.
Let me know how it goes.