How Do I Change The Color Of The "Pay Now" Button On The Checkout Page?

Solved

How Do I Change The Color Of The "Pay Now" Button On The Checkout Page?

Simon159
Explorer
115 0 21

 

 

Screenshot 2023-10-30 at 11.16.49 AM.png

Accepted Solution (1)

fadi_yousif
Shopify Partner
345 43 67

This is an accepted solution.

Theme editor --> Theme settings --> Checkout --> Colors

Freelance Shopify Developer


Did I help? Leave a tip!

View solution in original post

Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 290

Hi @Simon159 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag </body> -> save.

PageFlyHenry_0-1698679564604.png

 

 

<style>
button.QT4by._1fragemf4.rqC98.EbLsk._7QHNJ.VDIfJ.j6D1f.janiy {

    background: red !important;

}
</style>

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Simon159
Explorer
115 0 21

that did not work

fadi_yousif
Shopify Partner
345 43 67

This is an accepted solution.

Theme editor --> Theme settings --> Checkout --> Colors

Freelance Shopify Developer


Did I help? Leave a tip!

cruisecrafts
Tourist
3 0 0

That doesn't work. You marked it as solved?