Can I remove the search icon animation on my site?

Hi, i’ve a question. It’s possible to remove the search icon animation? Like when you mouse over the search icon it does a little zoom-in animation… Thanks

Hi @SpaceUP

This is indeed doable, could you please share your store’s URL so we can provide a solution for this? Thanks!

www.spaceup.store

Hello @SpaceUP

Step 1: Go to Online Store → Theme → Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save

.header .header__search .icon-search {
    transform: unset;
}