Change checkout text color from black to white

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.

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

https://vlanoria.com/

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

Hi Henry,

the code provided above did not work.