Remove Button Animations on specific sections on Prestige Theme

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: unset and background-size: 100%

Status: Resolved. The user confirmed the CSS snippet successfully removed the unwanted animations from the targeted section.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

That worked, thank you!