A user is experiencing an issue where custom CSS code successfully changes the Add-to-Cart (ATC) button color on desktop but not on mobile for their Prestige theme store.
Problem Details:
The user applied CSS targeting .ProductForm__AddToCart class
Changes only appear on desktop view
Mobile version retains default styling
Proposed Solutions:
Multiple community members provided similar fixes:
Add CSS code to theme.liquid file before the closing </body> tag
Target .ProductForm__AddToCart.Button.Button--secondary.Button--full class
Use !important flags to override existing styles
Suggested code includes background-color and text color properties
Status:
The original poster thanked respondents, suggesting one of the solutions worked. The key appears to be using more specific CSS selectors with the full button class chain and placing the code in the correct location within theme.liquid.
Summarized with AI on November 23.
AI used: claude-sonnet-4-5-20250929.