Shopify themes, liquid, logos, and UX
I want to have my borders darken when you hover over them like it does in this website here:
https://www.towerhousewares.co.uk/cooking-appliances
I use dawn theme, my store is womber.fr and the password is PROPAGANDAAA
Thanks!
Regards,
Solved! Go to the solution
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
li.grid__item.scroll-trigger.animate--slide-in:hover {
border: solid 1px #000;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
Replace the code with that below.
<style>
li.grid__item.scroll-trigger.animate--slide-in:hover {
border: solid 2px #000;
border-radius: 10px;
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
li.grid__item.scroll-trigger.animate--slide-in:hover {
border: solid 1px #000;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Thanks, friend, it's working. Can you edit the code to make it with a more round angle so it fits this little line?
This is an accepted solution.
Replace the code with that below.
<style>
li.grid__item.scroll-trigger.animate--slide-in:hover {
border: solid 2px #000;
border-radius: 10px;
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Thanks. Can you help me delete all these corners when you do not cover them in every product preview?
<style>
.card--card.gradient, .card__inner.gradient {
background: #fff !important;
}
</style>
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025