How to disable the Express theme logo animation?

Hi everybody,

Someone before asked this question but no one replied, so since I had the same problem I repost his question:

Does anyone know how to turn off the logo animation for the Express theme? The one wher if you scroll down all the way down then scroll back up slowly your logo appears 60% smaller until you reach the top.

Link to store: www.energywolf.co

Password: okaigi

Hello, @EnergyWolf

Welcome to the shopify Community.

Please Go to Online Store β†’ Themes β†’ Edit code β†’ Assets β†’ theme.scss.liquid and paste this code at the end of this file.

.header__logo-image {
max-width: 220px !important;
}

Hey,

Really thank you!

Could you also tell me how to center logo and navigation menu under logo?

@EnergyWolf Thank you for update.

There must be an option in theme customization in debut theme.

Ok, and how do i transfer it rom debut to Express?

@EnergyWolf What do you want to transfer?

@Hardik29418 The option which will allow me to customize it as I want it. Since I am using express theme I was wondering how could I do something which is on Debut.

@EnergyWolf For that. Developer need to implement code into live theme.

Oh ok thank you :slightly_smiling_face: