Yes, can you send a link on how to update the theme?
Wow. Awesomesauce. I just manually took off the size that was being forced into the .jpg URL so going from: https://npbuilder.com/wp-content/uploads/2020/03/Nick-Phillips-logo-vertical3-vsm-300-49.jpg to https://npbuilder.com/wp-content/uploads/2020/03/Nick-Phillips-logo-vertical3-vsm.jpg
And no it works. Thank you, it looks great. BTW, it had nothing to do with the image quality, but every time I loaded the picture with the UPLOAD button, it was automatically reducing the size. Not sue why. But thanks for the tip!
I cannot get the logo to upload at full size. So when I change the width and height of the logo, the loge pixelates. How can I get the logo to load into the header at full size??
MY CSS added to General Styling:
.logo img {
width: 740px;
height: 120px;
padding-top: 25px;
}