Hi,
Tried everything, How to remove the hover cursor animation on the homepage on category icons.
URL - www.portronics.com
Hi,
Tried everything, How to remove the hover cursor animation on the homepage on category icons.
URL - www.portronics.com
Hello There,
.skrim-grid .skrim__item a.skrim__link .grid__image {
transform: none !important;
transition: none !important;
}
.skrim-grid .skrim__item a.skrim__link .grid__image:before, .skrim-grid .skrim__item a.skrim__link .grid__image:after {
display: none !important;
}
It worked, Thanks. @ZestardTech
But I need hover bubble little zoom animation, the cursor animation animation is gone thats great.
And can you help me look like this with same animation as reference image for my category look.
url - www.mi.com
Hello There,
div#shopify-section-1543003878234 .page-width .skrim-grid {background: transparent;padding: 0;}
div#shopify-section-1543003878234 .page-width .skrim-grid .skrim__item {
margin: 0 6px 12px;
}
div#shopify-section-1543003878234 .page-width .skrim-grid .skrim__item:hover {
box-shadow: 0px 0px 5px 0px rgb(191 191 191 / 64%);
}
Thanks @ZestardTech It worked.
Thankyou So much,
How can make it in slightly rounded Corners so it will look nice.
Thanks though @ZestardTech