Please help me change the text color of the PAY NOW button to #E2C8A5
I tried troubleshooting it myself but couldn’t get it to work.
Site:
Please help me change the text color of the PAY NOW button to #E2C8A5
I tried troubleshooting it myself but couldn’t get it to work.
Site:
Hi @Carinjable
This is Richard from PageFly - Shopify Page Builder App
You can follow my steps below to get edit the button color in the settings
Step 1: Settings > Checkout
Step 2: click on customize checkout :
After that scroll down and you will see button accent
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hi Monk4,
To change the text color of the “PAY NOW” button in the checkout page
you’ll need to add custom CSS to your Shopify theme.
Here’s how you can do it:
Access Your Shopify Admin
Go to Theme Editor
Edit Code
Locate Checkout Page CSS
Add Custom CSS (Add the following CSS code in the bottom to change the text color of the “PAY NOW” button:)
/* Change the text color of the "PAY NOW" button */
.shopify-payment-button__button {
color: #E2C8A5 !important;
}
Save Changes
Hi Websensepro,
I would also like to chance the font color of the pay now button but I can’t find the Checkout Page CSS in the code. Can you give a bit more detail on how to locate checkout page CSS and the next steps? Thank you!
Hi @websensepro , would you be able to help me with the above? I haven’t managed yet.