Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Change checkout text color from black to white

Change checkout text color from black to white

vlanoria
New Member
5 0 0

vlanoria_0-1708735528423.png

This is the section for checkout on Shopify. I need help to code the black color to white and keep the same background green.

Replies 4 (4)

dylangarrod
Tourist
7 0 7

Can you please share a link to the store, so I can give you the exact code

vlanoria
New Member
5 0 0

PageFly-Henry
Shopify Partner
1184 335 292

Hi @vlanoria 

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 base.css

Step 3: Paste the below code at bottom of the file -> Save


span.AjwsM {

    color: white !important;

}

 

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.

vlanoria
New Member
5 0 0

Hi Henry,

the code provided above did not work.