Remove Button Animations on specific sections on Prestige Theme

Solved

Remove Button Animations on specific sections on Prestige Theme

lxurnz_
Excursionist
13 0 3

Cheers everyone, 

I am working on my prestige theme and wondered whether it was possible to remove button animations on a specific section. In this case a collection list. 

I am wondering this because the contrast is not working well on this specific section but I generally want to keep button animations on . 

The store is amoandoak.se the section is the collection list with "Cashmere" "Angora" and "Alpaca" on the Homepage. 

I have tried code snippets that I found the forum but none of them seem to work in this specific case. 

Appreciate any help I can get! 

Hälsa
Laurenz
Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11683 2289 2472

This is an accepted solution.

Please add this code to Custom CSS of that section to do that 

button.button:hover {
color: #fff;
background-position: unset;
border-color: rgb(var(--button-background));
background-size: 100%;
}

- 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)

Dan-From-Ryviu
Shopify Partner
11683 2289 2472

This is an accepted solution.

Please add this code to Custom CSS of that section to do that 

button.button:hover {
color: #fff;
background-position: unset;
border-color: rgb(var(--button-background));
background-size: 100%;
}

- 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.

lxurnz_
Excursionist
13 0 3

That worked, thank you!

Hälsa
Laurenz