Need to enlarge image at top of Source theme

All that I’m looking to do is make the header image larger on the desktop. It’s been a very long time since I messed with anything on-line like this, so a quick pointer or primer would help greatly.

Yes, I look back fondly on the days when http wasn’t followed by an s, and when sites were designed using PageMaker…

You could try some custom CSS. In Ghost Admin Panel >> Settings > Code injection > Site Header try adding the below:

<style>
.gh-navigation-logo img {
    max-height: 40px;
}
</style>

And change the max-height value to something larger than 40px, perhaps 80px. Then click the Save button.

You might need to clear your browser’s cache and history, or any other third-party caching you might be using, to see the change.

Cool! Absolutely PERFECT! Thank you!

I made it: