Fashe Main Header Logo Size Change

I am using the Fashe Website theme, and when i upload my header logo, it seems to be super small.

Is there a way to make the logo size bigger so i can actually see my logo?

Hi there

Hope you are having a good day and thank you for your question
i need to see your live website, please provide url and i will take a look

same problem here. uploading bigger than the advised 400px also doesnt help. how to make the logo big, quite big actually.

Hello @angelsantos

Same answer for you, i need url to see the problem :slight_smile:

Same here, https://outfitventure.com/

hey there

Please use this css to increase logo height:

.logo2 img {
max-height: 70px;
}

Where can i enter it?

Hi

there is several ways of doing this, you can use this app for shopify where you can hold all your custom css:

I found out, but it’s still small on phone.

Figured that out as well.
In your code go to custom.css.liquid and paste these two at the bottom. The sizes worked brilliant for me.

.logo2 img {
max-height: 120px;
}

.logo-mobile img {
max-height: 50px;
}

Great :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions Thanks!