Change button and font color (dawn theme)

how can I modify the current button / font color?

website: 10xfuel.com

thank you!

Hello @10xfuel

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store β†’ Theme β†’ Edit code
  2. Open your base.css file and paste the following code below:
.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

2 Likes