Solved

How to disable the Express theme logo animation?

EnergyWolf
Tourist
5 0 2

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

 

Accepted Solution (1)

Hardik29418
Shopify Partner
2913 419 1084

This is an accepted solution.

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;
}

  

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 9 (9)

Hardik29418
Shopify Partner
2913 419 1084

This is an accepted solution.

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;
}

  

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
EnergyWolf
Tourist
5 0 2

Hey, 

Really thank you! 

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

Hardik29418
Shopify Partner
2913 419 1084

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

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
EnergyWolf
Tourist
5 0 2

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

Hardik29418
Shopify Partner
2913 419 1084

@EnergyWolf What do you want to transfer?

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
EnergyWolf
Tourist
5 0 2

@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. 

Hardik29418
Shopify Partner
2913 419 1084

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

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
EnergyWolf
Tourist
5 0 2

Oh ok thank you 🙂

Hardik29418
Shopify Partner
2913 419 1084

@EnergyWolf Thank you for update.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email