
This is the section for checkout on Shopify. I need help to code the black color to white and keep the same background green.
Goal: Change the Shopify checkout text color from black to white while keeping the green background.
Recent activity:
span.AjwsM { color: white !important; }.Result:
Status:
Technical notes:
span.AjwsM selector specifically in the checkout section.Assets:

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