Change in application logo height

How to set application logo height through Navbar settings.

Hi,

Please add the following code in Cutosm SCSS in Website Theme:

.navbar-brand img {
  display: inline-block;
  max-width: 150px;
  max-height: 75px;
1 Like

Thank You,
I applied this solution but it only affect the home page logo of the website but I want to change the logo of the full application so how can I apply it.

How can I increase the size of this app logo?

What’s the max height for default?
my image size is 164*57, I found it’s been resized.
finally I use 35 height, seems well.