Hi @kunzibert09: Thanks for using the Music Journal theme. Let me answer your questions:
1. Yes, you can hide that by adding the following CSS in the “Appearance => Customize => Additional CSS” box:
/* Hide Header author and date */
.entry-header .entry-meta {
display: none;
}
2. Please upload the logo image size that you want to display as uploading a larger image size will increase your site loading time. Also, you can change the width of the image size using the CSS. You can change the width in the following CSS, where I have increased the default size of 180px to 320px and then add it in the “Appearance => Customize => Additional CSS” box:
/* Logo Image Size */
.custom-logo {
max-width: 100%;
width: 320px;
}
Regards,
Sakin