Custom account and cart icon zoom on hover.

Custom account and cart icon zoom on hover.

adisicoffeeindi
Tourist
12 0 2

Hi,

I changed the account and cart icons on the navigation bar, But now the zoom on hover is not working.

 

I am using Dawn theme.

 

Website- https://adisi-coffee.myshopify.com/

 

When I use the below code in base.css-

 

.header__icons :hover {
transform: scale(1.05);
transition: transform .5s ease;
}

 

It zooms but when the cursor is on the black path, It starts to flicker. 

 

I have attached a video, if that helps.

 

Regards 

Replies 4 (4)

NomtechSolution
Astronaut
1245 113 159

Its working fine for me. Is this for mobile?

adisicoffeeindi
Tourist
12 0 2

No, It's on desktop.

rishi1897
Shopify Partner
53 3 5

do not hover on header__icons , try hovering on svg inside header__icons

DavidStrutt
Visitor
2 0 0

Hi, can I ask... how did you get this to work? I swapped my cart icon and am having the same issue with the hover effect.