Missing Header and Tagline

To fix the missing site name and tagline, add this to the CSS (no need to touch the code, only copy and paste this code below to the input box)

Where to add this code? Follow this tutorial: https://support.skyandstars.co/article/adding-additional-css-to-the-theme/

.wp-custom-logo .title-area {
max-width: 100%;
}
.wp-custom-logo .site-title {
border: 0;
clip: rect(0,0,0,0);
height: auto;
overflow: hidden;
position: relative!important;
width: auto;
word-wrap: normal!important;
}

Click Publish.