how can I modify the current button / font color?
website: 10xfuel.com
thank you!
A user seeks help modifying button and font colors on their Shopify store (10xfuel.com) using the Dawn theme.
Solution Provided:
The GemPages support team provided specific CSS code targeting product form buttons and Shopify payment buttons, adjusting properties like width and margin to βautoβ. The response includes a code snippet for implementation, though the exact color modification details appear incomplete in the provided conversation. The user is invited to follow up if additional information is needed.
Hello @10xfuel
Itβs GemPages support team and glad to support you today.
You can follow these steps:
.product-form__buttons button.shopify-payment-button__button--unbranded{
width: auto;
margin: 0 auto;
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team