How can I remove a button hover shake effect I added earlier? (Not a developer)

Solved

How can I remove a button hover shake effect I added earlier? (Not a developer)

tradeably
Visitor
1 0 3

Hi everyone,

I'm not a developer, but I remember trying to customize my Shopify store a while ago and I added a "shake" effect to a button when you hover over it (I think it also enlarges slightly).

Now I'd like to remove that effect — but I honestly can’t remember where I added it. I may have added some custom CSS, but I’m not sure if it was through the theme settings, a CSS file, or somewhere else.

Could someone help me figure out:

  • Where I might have added this shake animation?

  • How to find and remove it?

I'm using the Shopify site builder and a standard theme. 

To see waht I'm taking about, see my home page and hover mouse over any button: https://tailtownshop.co.uk/

Any step-by-step help would be really appreciated. 

Thanks,

Tomas

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11742 2303 2487

This is an accepted solution.

Hi @tradeably 

You can do that by removing this code at very bottom of your base.css file Screenshot_1.jpg

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 2 (2)

Mustafa_Ali
Explorer
430 43 79
<style>
a.button.button--primary:hover {
    animation: none !important;
}
</style>

Mustafa_Ali_0-1745406143846.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution

 

Dan-From-Ryviu
Shopify Partner
11742 2303 2487

This is an accepted solution.

Hi @tradeably 

You can do that by removing this code at very bottom of your base.css file Screenshot_1.jpg

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.