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
Whereas currently it is like this:
Solved! Go to the solution
This is an accepted solution.
Hi @lukafernada
Sorry, I misunderstood. Check this code instead
.card-wrapper.product-card-wrapper:hover .card__inner {
border-color: black;
}
This is an accepted solution.
That didn't work but this did:
Edit Code > Assets > Bottom of base.css
.card-wrapper.collection-card-wrapper:hover .card__inner { border: solid 1px #252268; transition: all 0.8s; }
Hi, adding dark border when hover over the products is possible using CSS custom code,
You have to target the product item div and add css like this
.product item:hover {border: 1px solid black }
Hope this will help you, if you still need you can contact me
We can sort this problem.
Where to add this exactly?
i dont understand sorry, it is not working
Hi @lukafernada
Try this one.
.underline-links-hover:hover a {
text-decoration-thickness: 1.5px;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
this wasn't what i was asking for unfortunately, if you could see the example site referenced
This is an accepted solution.
Hi @lukafernada
Sorry, I misunderstood. Check this code instead
.card-wrapper.product-card-wrapper:hover .card__inner {
border-color: black;
}
Hello, can you help me to have the same effect but on my store?
It's womber.fr and the password is PROPAGANDAAA
Because your code didn't work for my store... I use dawn theme.
Thanks!
This is an accepted solution.
That didn't work but this did:
Edit Code > Assets > Bottom of base.css
.card-wrapper.collection-card-wrapper:hover .card__inner { border: solid 1px #252268; transition: all 0.8s; }
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