Any way to enlarge navigation logo size in Casper?

Hi. I’m using Casper and have tweaked it a bit here and there, but one thing has stumped me: How to slightly enlarge the logo size in the navigation bar. It currently sizes down quite small and I’d love to be able to bump it up 10 or 15 px, but I cannot find a way to do that.

In the design settings, I have the “show logo in navigation” button turned on and the header style set to “hidden.”

Any suggestions are super welcome.

My site is here: bykeithbrown.com, if that’s of any help.

Hi @Keith_Brown … try for example this …

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

Holy wow! Absolutely perfect! Thank you so much!!

Keith.

1 Like