Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Added a custom cart icon to Crave theme, zoom on hover no longer works

Solved

Added a custom cart icon to Crave theme, zoom on hover no longer works

Mugbarista
Excursionist
44 0 9

I have four icons in my navigation bar.  Two are the standard Crave search and account icons, one was installed with an app for favorites, and the last one is a shopping cart I replaced the standard Crave shopping bag with.  All but the custom cart icon allow for zoom on hover.  How can I get this icon to behave the same as the other three icons?

 

Thank you

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4801 1084 1749

This is an accepted solution.

 

Hi @Mugbarista 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.header__icon:hover svg {
transform: scale(1.07) !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Richard
Shopify Partner
4801 1084 1749

This is an accepted solution.

 

Hi @Mugbarista 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.header__icon:hover svg {
transform: scale(1.07) !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Mugbarista
Excursionist
44 0 9

Thank you so much this worked perfectly!

PageFly-Richard
Shopify Partner
4801 1084 1749

Glad that i can help. Let me know if you have any questions

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.