That worked, thank you!
Topic summary
A user working with the Prestige theme wanted to disable button hover animations on a specific collection list section (featuring Cashmere, Angora, and Alpaca categories) while keeping animations elsewhere on the site. The issue arose because the animation contrast wasn’t working well in that particular section.
Solution provided:
- Add custom CSS to the specific section
- The CSS code overrides the hover animation by setting
background-position: unsetandbackground-size: 100%
Status: Resolved. The user confirmed the CSS snippet successfully removed the unwanted animations from the targeted section.