sorry for this issue can you please try this
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.ProductForm__AddToCart {color: #DDBB8B;}
Issue: Users want to change the “Add to Cart” button text color in Shopify’s Prestige theme to a specific hex color (originally #DDBB8B).
Solution Provided:
.ProductForm__AddToCart {
color: #DDBB8B;
}
Additional Customizations:
background-color: #yourcolor;!important flag:.ProductForm__AddToCart::before {
background: #35E9C3 !important;
}
Common Issues:
!important declarationsStatus: Resolved for most users, though some edge cases require additional troubleshooting with !important flags or alternative CSS selectors.
sorry for this issue can you please try this
.ProductForm__AddToCart {color: #DDBB8B;}