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:
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:
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?
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
i dont understand sorry, it is not working
Hi @lukafernada
Sorry, I misunderstood. Check this code instead
.card-wrapper.product-card-wrapper:hover .card__inner {
border-color: black;
}
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;
}
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!