Shopify themes, liquid, logos, and UX
Hi, when I hover my mouse over the social media icons the icons are zoomed in. How do I remove the zoom?
Dawn theme 15.0.0
url: https://cb180d-31.myshopify.com/
Thank you
Solved! Go to the solution
This is an accepted solution.
Hi @Anonymous
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>
.list-social__link:hover .icon {
transform: none !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.
Hi @Anonymous
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.list-social__link:hover .icon {
transform: unset;
}
And save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks. I have now added the code to the base.css at the end but it doesn't work.
Best regards
In your other post, you also ask for zoom and under. I give you the instruction to add in the theme.liquid.
Can you add the code above before the </style>.
Like this.
<style>
.card:hover .media.media--hover-effect > img:first-child:only-child,
.card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
transform: unset;
}
.underline-links-hover:hover a {
text-decoration: none;
}
.list-social__link:hover .icon {
transform: unset;
}
</style>
Or replace it with this one and save. Anytime someone gives you some code with <style></style>, make sure to paste it inside this tag <style></style> in the theme.liquid file. This way, the store won’t be overloaded by unnecessary code, and you’ll minimize the size of your theme.liquid file.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Anonymous
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>
.list-social__link:hover .icon {
transform: none !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.
Its working. Thank you 🙂
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024